Diagrams.Solve.Polynomial:cubForm from diagrams-solve-0.1, K

Time bar (total: 21.2s)

analyze372.0ms (1.8%)

Memory
-7.3MiB live, 561.4MiB allocated
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%99.7%0.3%0%0%0%0
0%0%99.7%0.3%0%0%0%1
0%0%99.7%0.3%0%0%0%2
0%0%99.7%0.3%0%0%0%3
0%0%99.7%0.3%0%0%0%4
0%0%99.7%0.3%0%0%0%5
0%0%99.7%0.3%0%0%0%6
25%24.9%74.8%0.3%0%0%0%7
33.3%24.9%49.9%0.3%0%24.9%0%8
33.3%24.9%49.9%0.3%0%24.9%0%9
33.3%24.9%49.9%0.3%0%24.9%0%10
33.3%24.9%49.9%0.3%0%24.9%0%11
33.3%24.9%49.9%0.3%0%24.9%0%12
Compiler

Compiled 21 to 20 computations (4.8% saved)

sample3.7s (17.6%)

Memory
-49.9MiB live, 4 302.1MiB allocated
Samples
1.2s5 037×0valid
961.0ms3 176×1valid
447.0ms4 176×0invalid
11.0ms43×2valid
Precisions
Click to see histograms. Total time spent on operations: 1.8s
ival-mult: 803.0ms (45.2% of total)
ival-cos: 298.0ms (16.8% of total)
ival-div: 253.0ms (14.3% of total)
ival-sqrt: 163.0ms (9.2% of total)
ival-sub: 150.0ms (8.5% of total)
adjust: 75.0ms (4.2% of total)
exact: 17.0ms (1% of total)
ival-true: 11.0ms (0.6% of total)
ival-assert: 6.0ms (0.3% of total)
Bogosity

preprocess174.0ms (0.8%)

Memory
-11.9MiB live, 114.4MiB allocated
Algorithm
egg-herbie
Rules
1 158×sub-neg
1 032×distribute-lft-neg-in
968×div-sub
912×neg-mul-1
898×unsub-neg
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0149531
1366527
2826515
31768515
44175515
55947515
67461515
77803515
87940515
97955515
01819
13219
26919
313019
421619
532419
647319
765519
887819
9108119
10141319
11154619
12156619
13156819
14156819
0156817
Stop Event
iter limit
saturated
node limit
Calls
Call 1
Inputs
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
Outputs
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
Symmetry

(sort z t)

explain368.0ms (1.7%)

Memory
-3.0MiB live, 424.3MiB allocated
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
14359(1.2623340035475417e-123 -5.865174358129884e+241 -6.149232787235408e-7 1.1643390239792223e-122 -4.325699902860029e-290 1.9521321502330207e+111)0-(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
00-0-(sqrt.f64 x)
00-0-(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
00-0-a
00-0-t
00-0-#s(literal 3 binary64)
00-0-(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
00-0-(/.f64 (*.f64 z t) #s(literal 3 binary64))
00-0-y
00-0-(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
00-0-(/.f64 a (*.f64 b #s(literal 3 binary64)))
00-0-(*.f64 z t)
00-0-z
00-0-(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
00-0-#s(literal 2 binary64)
00-0-b
00-0-(*.f64 b #s(literal 3 binary64))
00-0-x
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
cos.f64(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))sensitivity1610
cos.f64(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))oflow-rescue410
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))overflow41
(*.f64 z t)overflow41
(/.f64 (*.f64 z t) #s(literal 3 binary64))overflow41
Confusion
Predicted +Predicted -
+1010
-10154
Precision
0.5
Recall
1.0
Confusion?
Predicted +Predicted MaybePredicted -
+10100
-101054
Precision?
0.5
Recall?
1.0
Freqs
test
numberfreq
054
1202
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
166.0ms286×1valid
37.0ms110×2valid
14.0ms116×0valid
Compiler

Compiled 208 to 76 computations (63.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 147.0ms
ival-mult: 69.0ms (47% of total)
ival-div: 28.0ms (19.1% of total)
ival-cos: 24.0ms (16.4% of total)
adjust: 10.0ms (6.8% of total)
ival-sub: 9.0ms (6.1% of total)
ival-sqrt: 6.0ms (4.1% of total)
exact: 1.0ms (0.7% of total)
ival-true: 1.0ms (0.7% of total)
ival-assert: 0.0ms (0% of total)

eval0.0ms (0%)

Memory
0.4MiB live, 0.4MiB allocated
Compiler

Compiled 6 to 6 computations (0% saved)

prune1.0ms (0%)

Memory
1.7MiB live, 1.7MiB allocated
Alt Table
Click to see full alt table
StatusAccuracyProgram
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Compiler

Compiled 25 to 18 computations (28% saved)

simplify69.0ms (0.3%)

Memory
9.2MiB live, 84.4MiB allocated
Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
cost-diff128
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
cost-diff384
(/.f64 (*.f64 z t) #s(literal 3 binary64))
Rules
880×accelerator-lowering-fma.f32
880×accelerator-lowering-fma.f64
672×*-lowering-*.f32
672×*-lowering-*.f64
258×distribute-lft-neg-in
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01877
13277
26977
313077
421677
532477
647377
765577
887877
9108177
10141377
11154677
12156677
13156877
14156877
0156872
Stop Event
iter limit
saturated
Calls
Call 1
Inputs
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos (- y (/ (* z t) 3)))
(- y (/ (* z t) 3))
y
(/ (* z t) 3)
(* z t)
z
t
3
(/ a (* b 3))
a
(* b 3)
b
Outputs
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos (- y (/ (* z t) 3)))
(cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(- y (/ (* z t) 3))
(fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)
y
(/ (* z t) 3)
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(* z t)
(*.f64 z t)
z
t
3
#s(literal 3 binary64)
(/ a (* b 3))
(/.f64 a (*.f64 #s(literal 3 binary64) b))
a
(* b 3)
(*.f64 #s(literal 3 binary64) b)
b

localize128.0ms (0.6%)

Memory
-8.5MiB live, 155.4MiB allocated
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy99.7%
(/.f64 a (*.f64 b #s(literal 3 binary64)))
accuracy99.7%
(/.f64 (*.f64 z t) #s(literal 3 binary64))
accuracy99.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
accuracy49.5%
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
Samples
42.0ms58×0valid
37.0ms143×1valid
27.0ms55×2valid
Compiler

Compiled 79 to 20 computations (74.7% saved)

Precisions
Click to see histograms. Total time spent on operations: 42.0ms
ival-mult: 11.0ms (26.2% of total)
ival-cos: 11.0ms (26.2% of total)
ival-div: 6.0ms (14.3% of total)
adjust: 6.0ms (14.3% of total)
ival-sub: 4.0ms (9.5% of total)
ival-sqrt: 3.0ms (7.2% of total)
exact: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series32.0ms (0.1%)

Memory
18.5MiB live, 59.3MiB allocated
Counts
6 → 240
Calls
Call 1
Inputs
#<alt (/ (* z t) 3)>
#<alt (- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))>
#<alt (- y (/ (* z t) 3))>
#<alt (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))>
#<alt (cos (- y (/ (* z t) 3)))>
#<alt (/ a (* b 3))>
Outputs
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* -1/3 (* t z))>
#<alt (- y (* 1/3 (* t z)))>
#<alt (- y (* 1/3 (* t z)))>
#<alt (- y (* 1/3 (* t z)))>
#<alt y>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt y>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))>
#<alt (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (cos (neg (* 1/3 (* t z))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))>
#<alt (+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
Calls

60 calls:

TimeVariablePointExpression
5.0ms
y
@inf
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
3.0ms
x
@0
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
3.0ms
x
@-inf
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
1.0ms
z
@0
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
1.0ms
t
@inf
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))

rewrite636.0ms (3%)

Memory
-32.6MiB live, 628.7MiB allocated
Algorithm
batch-egg-rewrite
Rules
8 096×accelerator-lowering-fma.f32
8 096×accelerator-lowering-fma.f64
6 218×*-lowering-*.f32
6 218×*-lowering-*.f64
3 356×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01857
18257
267857
0885152
Stop Event
iter limit
node limit
Counts
6 → 326
Calls
Call 1
Inputs
(/ (* z t) 3)
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ a (* b 3)))
(- y (/ (* z t) 3))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(cos (- y (/ (* z t) 3)))
(/ a (* b 3))
Outputs
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -1/3 binary64))))
(neg.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))
(neg.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))) #s(literal 1 binary64)))
(/.f64 z (/.f64 #s(literal 3 binary64) t))
(/.f64 (*.f64 z t) #s(literal 3 binary64))
(/.f64 (*.f64 z (neg.f64 t)) #s(literal -3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (*.f64 z t)))
(/.f64 (*.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 3 binary64) t))
(/.f64 (*.f64 z #s(literal 1 binary64)) (/.f64 #s(literal 3 binary64) t))
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1 binary64))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(*.f64 z (*.f64 (*.f64 t #s(literal 1/3 binary64)) #s(literal 1 binary64)))
(*.f64 t (*.f64 z #s(literal 1/3 binary64)))
(*.f64 t (*.f64 #s(literal 1/3 binary64) z))
(*.f64 t (*.f64 (neg.f64 z) #s(literal -1/3 binary64)))
(*.f64 t (*.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 1 binary64)))
(*.f64 (*.f64 z t) #s(literal 1/3 binary64))
(*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) #s(literal 1 binary64))
(*.f64 (*.f64 z (neg.f64 t)) #s(literal -1/3 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(*.f64 #s(literal 1/3 binary64) (*.f64 z t))
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))
(*.f64 (*.f64 t #s(literal 1/3 binary64)) z)
(*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 z #s(literal 1 binary64)))
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal -1/3 binary64))))
(*.f64 (neg.f64 t) (*.f64 z #s(literal -1/3 binary64)))
(*.f64 (neg.f64 z) (*.f64 t #s(literal -1/3 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))
(*.f64 (neg.f64 (neg.f64 z)) (*.f64 t #s(literal 1/3 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) z) (*.f64 t #s(literal 1/3 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) t) (*.f64 z #s(literal 1/3 binary64)))
(*.f64 (*.f64 #s(literal 1/3 binary64) z) t)
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (neg.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(+.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(+.f64 (fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 #s(literal 3 binary64) b)))
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(-.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 0 binary64)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (neg.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(fma.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) b) (neg.f64 a) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (sqrt.f64 x))) #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (sqrt.f64 x))) #s(literal 2 binary64) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (*.f64 (sqrt.f64 x) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64)))))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(neg.f64 (/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64)))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) #s(literal 1 binary64)))
(/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64)))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))))) (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (*.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (fma.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(/.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x))))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))) (+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (*.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))) (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64)))))) #s(literal 1 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) #s(literal 1 binary64)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 9 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64))))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64)))))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x))))))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 a a)) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64))))))
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(*.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))))
(*.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(+.f64 y (*.f64 z (*.f64 t #s(literal -1/3 binary64))))
(+.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))) y)
(+.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(+.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (neg.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(-.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(-.f64 (+.f64 y #s(literal 0 binary64)) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)
(fma.f64 t (neg.f64 (*.f64 z #s(literal 1/3 binary64))) y)
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(fma.f64 t (*.f64 (neg.f64 z) #s(literal 1/3 binary64)) y)
(fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)
(fma.f64 y #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -1/3 binary64))))
(fma.f64 (*.f64 z (neg.f64 t)) #s(literal 1/3 binary64) y)
(fma.f64 (*.f64 y (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(fma.f64 (*.f64 y y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (neg.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(fma.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -1/3 binary64))) y)
(fma.f64 #s(literal 1/3 binary64) (*.f64 z (neg.f64 t)) y)
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (neg.f64 z) y)
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)
(fma.f64 (neg.f64 t) (*.f64 z #s(literal 1/3 binary64)) y)
(fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)
(fma.f64 (neg.f64 z) (*.f64 t #s(literal 1/3 binary64)) y)
(fma.f64 (*.f64 t #s(literal -1/3 binary64)) z y)
(neg.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64))) (neg.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(neg.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) (neg.f64 y))))
(neg.f64 (/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
(neg.f64 (/.f64 (neg.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64)))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64))) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 1 binary64)))
(/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (neg.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
(/.f64 (neg.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64)))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) (neg.f64 y)))
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (*.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))) (*.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
(/.f64 (-.f64 (*.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))))) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) (neg.f64 y))))
(/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64) (*.f64 y (*.f64 y y))) (fma.f64 t (*.f64 z (*.f64 #s(literal 1/9 binary64) (*.f64 z t))) (-.f64 (*.f64 y y) (*.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))) y))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (*.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))) y))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))) (+.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))
(/.f64 (*.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) #s(literal 1 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 1/729 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64) (*.f64 y (*.f64 y y))))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 (*.f64 (*.f64 t t) #s(literal 1/9 binary64)) z) (*.f64 y y)))))
(/.f64 (*.f64 (*.f64 (fma.f64 y y (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64)))) (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (fma.f64 y y (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64)))))
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal -1 binary64))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
(*.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(*.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(*.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))))
(*.f64 (neg.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) (neg.f64 y))))
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (sqrt.f64 x)))) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (sqrt.f64 x)))))
(+.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)))
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (sqrt.f64 x))) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)))
(fma.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (sqrt.f64 x))) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (sqrt.f64 x))) #s(literal 2 binary64) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (*.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (-.f64 (*.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (-.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64)))
(*.f64 (sqrt.f64 x) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 1 binary64)))
(*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) #s(literal 1 binary64)))
(*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1 binary64))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 2 binary64))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x))
(*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (*.f64 (sqrt.f64 x) #s(literal 1 binary64)))
(*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (sqrt.f64 x))
(*.f64 (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)))
(+.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))
(+.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (neg.f64 (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))
(+.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))) (sin.f64 y)))
(-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (neg.f64 (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (neg.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (neg.f64 (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))
(fma.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (neg.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))
(fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (neg.f64 (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))
(fma.f64 (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (fma.f64 (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (neg.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (neg.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (fma.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64))))))) (fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))))))
(*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 3 binary64) b) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) #s(literal 1 binary64)))
(/.f64 a (*.f64 #s(literal 3 binary64) b))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) b) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal 1/3 binary64))))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal -3 binary64))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (*.f64 a #s(literal -1 binary64)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal 3 binary64))
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) #s(literal -3 binary64))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 1/3 binary64))) b)
(/.f64 (*.f64 (/.f64 a (neg.f64 b)) #s(literal 1 binary64)) #s(literal -3 binary64))
(/.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) b)
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) b) a) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 a (*.f64 (/.f64 #s(literal 1/3 binary64) b) #s(literal 1 binary64)))
(*.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 1 binary64))
(*.f64 (neg.f64 a) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (neg.f64 a) (*.f64 (/.f64 #s(literal -1/3 binary64) b) #s(literal 1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 3 binary64) b)))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal -1/3 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 1/3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal -1/3 binary64) (/.f64 a (neg.f64 b)))
(*.f64 (*.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) b) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) b) a) #s(literal -1/2 binary64)))

simplify670.0ms (3.2%)

Memory
-1.2MiB live, 681.8MiB allocated
Algorithm
egg-herbie
Rules
14 006×accelerator-lowering-fma.f32
14 006×accelerator-lowering-fma.f64
5 568×*-lowering-*.f32
5 568×*-lowering-*.f64
2 362×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02313233
17133216
222523165
344753153
084102895
Stop Event
iter limit
node limit
Counts
240 → 240
Calls
Call 1
Inputs
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* -1/3 (* t z))
(- y (* 1/3 (* t z)))
(- y (* 1/3 (* t z)))
(- y (* 1/3 (* t z)))
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* z (- (/ y z) (* 1/3 t)))
(* z (- (/ y z) (* 1/3 t)))
(* z (- (/ y z) (* 1/3 t)))
(* -1/3 (* t z))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* t (- (/ y t) (* 1/3 z)))
(* t (- (/ y t) (* 1/3 z)))
(* t (- (/ y t) (* 1/3 z)))
(* -1/3 (* t z))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))
(+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(cos (neg (* 1/3 (* t z))))
(+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
Outputs
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal -2 binary64) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 2 binary64)) (fma.f64 y (*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (neg.f64 y) (*.f64 (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64))) #s(literal -2 binary64)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64))))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))
(fma.f64 y (*.f64 y (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal 1/3 binary64) (neg.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))))))) (fma.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal -2 binary64) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 z (sqrt.f64 x)) (fma.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 t z))) (cos.f64 y))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (fma.f64 z (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (fma.f64 z (*.f64 (*.f64 z (sqrt.f64 x)) (fma.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 t (cos.f64 y))) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (sin.f64 y))))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 t (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 z (sin.f64 y)) #s(literal 2/3 binary64) (*.f64 (*.f64 #s(literal -1/9 binary64) t) (*.f64 (cos.f64 y) (*.f64 z z))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (fma.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 (cos.f64 y) (*.f64 z z)) #s(literal -1/9 binary64) (*.f64 (*.f64 #s(literal -1/81 binary64) t) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))))) (*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* -1/3 (/ a b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(* -1/3 (* t z))
(*.f64 (*.f64 t z) #s(literal -1/3 binary64))
(- y (* 1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(- y (* 1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(- y (* 1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
y
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* -1/3 (* t z))
(*.f64 (*.f64 t z) #s(literal -1/3 binary64))
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
(* -1/3 (* t z))
(*.f64 (*.f64 t z) #s(literal -1/3 binary64))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 z (fma.f64 t #s(literal -1/3 binary64) (/.f64 y z)))
y
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(+ y (* -1/3 (* t z)))
(fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)
(* -1/3 (* t z))
(*.f64 (*.f64 t z) #s(literal -1/3 binary64))
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* -1/3 (* t z))
(*.f64 (*.f64 t z) #s(literal -1/3 binary64))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 t (fma.f64 z #s(literal -1/3 binary64) (/.f64 y t)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))
(*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))
(*.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal -2 binary64) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 2 binary64))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))
(fma.f64 y (*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (neg.f64 y) (*.f64 (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64))) #s(literal -2 binary64)))) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))
(fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal 1/3 binary64) (neg.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))))) (*.f64 y y) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 y (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) #s(literal -2 binary64) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 2 binary64)))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 (*.f64 z (sqrt.f64 x)) (fma.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 t z))) (cos.f64 y))) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(fma.f64 z (*.f64 (*.f64 z (sqrt.f64 x)) (fma.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 t (cos.f64 y))) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (sin.f64 y))))) (*.f64 (sqrt.f64 x) (fma.f64 z (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (*.f64 #s(literal 2 binary64) (cos.f64 y)))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 z (sin.f64 y)) #s(literal 2/3 binary64) (*.f64 (*.f64 #s(literal -1/9 binary64) t) (*.f64 (cos.f64 y) (*.f64 z z))))) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(fma.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 (cos.f64 y) (*.f64 z z)) #s(literal -1/9 binary64) (*.f64 (*.f64 #s(literal -1/81 binary64) t) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))))) (*.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(cos (neg (* 1/3 (* t z))))
(cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (fma.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 y #s(literal -1/2 binary64)) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (fma.f64 (sin.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64))) (fma.f64 y (*.f64 y #s(literal 1/6 binary64)) #s(literal -1 binary64)) (*.f64 (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 y #s(literal -1/2 binary64)))) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 z (fma.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/162 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)))) (cos.f64 y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 t (*.f64 (cos.f64 y) (*.f64 (*.f64 z z) #s(literal -1/18 binary64))) (*.f64 z (*.f64 (sin.f64 y) #s(literal 1/3 binary64)))) (cos.f64 y))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 #s(literal 1/3 binary64) (*.f64 z (sin.f64 y)) (*.f64 t (fma.f64 t (*.f64 (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z))) #s(literal -1/162 binary64)) (*.f64 (cos.f64 y) (*.f64 (*.f64 z z) #s(literal -1/18 binary64)))))) (cos.f64 y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))

eval72.0ms (0.3%)

Memory
-0.8MiB live, 150.3MiB allocated
Compiler

Compiled 18 338 to 1 435 computations (92.2% saved)

prune200.0ms (0.9%)

Memory
-2.6MiB live, 193.3MiB allocated
Pruning

41 alts after pruning (40 fresh and 1 done)

PrunedKeptTotal
New52640566
Fresh000
Picked011
Done000
Total52641567
Accuracy
76.4%
Counts
567 → 41
Alt Table
Click to see full alt table
StatusAccuracyProgram
63.7%
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
63.7%
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
63.7%
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
63.8%
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
60.6%
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
63.4%
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
54.8%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
72.8%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
28.1%
(/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
61.2%
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
7.8%
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x))))))))
12.9%
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 a a)) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64))))))
63.7%
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
64.7%
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
52.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
59.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
36.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
60.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
38.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
33.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
54.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
72.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
28.0%
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
52.8%
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
51.1%
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
23.3%
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
60.5%
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
Compiler

Compiled 3 211 to 1 890 computations (41.1% saved)

simplify526.0ms (2.5%)

Memory
20.9MiB live, 894.2MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(sqrt.f64 x)
cost-diff0
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))))))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
cost-diff320
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
cost-diff6272
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))))
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
cost-diff128
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
cost-diff384
(/.f64 (/.f64 a b) #s(literal 3 binary64))
cost-diff0
(/.f64 a b)
cost-diff0
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
cost-diff0
(sqrt.f64 x)
cost-diff0
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Rules
19 558×accelerator-lowering-fma.f32
19 558×accelerator-lowering-fma.f64
5 634×+-lowering-+.f64
5 634×+-lowering-+.f32
4 978×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
058826
1146690
2475690
31879594
43698594
08866558
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(- (* (* 2 (sqrt x)) (cos y)) (/ a (* b 3)))
(* (* 2 (sqrt x)) (cos y))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos y)
y
(/ a (* b 3))
a
(* b 3)
b
3
(* (/ a b) -1/3)
(/ a b)
a
b
-1/3
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ (/ a b) 3))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos (- y (/ (* z t) 3)))
(- y (/ (* z t) 3))
y
(/ (* z t) 3)
(* z t)
z
t
3
(/ (/ a b) 3)
(/ a b)
a
b
(- (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))
(/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))
(* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))))
(* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27)))
(+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))
y
(* y y)
(* (* (* z t) (* z (* t (* z t)))) 1/27)
(* (* z t) (* z (* t (* z t))))
(* z t)
z
t
(* z (* t (* z t)))
(* t (* z t))
1/27
(+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))
(* (* (* z t) (* z (* t (* z t)))) -1/27)
-1/27
(/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))
1
(+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))
(* z (* t 1/3))
(* t 1/3)
1/3
(+ (* z (* t 1/3)) y)
(/ a (* b 3))
a
(* b 3)
b
3
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3))))))
(* 2 (sqrt x))
2
(sqrt x)
x
(+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))
(sin (* z (* t 1/3)))
(* z (* t 1/3))
z
(* t 1/3)
t
1/3
(sin y)
y
(* (cos y) (cos (* z (* t 1/3))))
(cos y)
(cos (* z (* t 1/3)))
(/ a (* b 3))
a
(* b 3)
b
3
Outputs
(- (* (* 2 (sqrt x)) (cos y)) (/ a (* b 3)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (cos y))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos y)
(cos.f64 y)
y
(/ a (* b 3))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
a
(* b 3)
(*.f64 b #s(literal 3 binary64))
b
3
#s(literal 3 binary64)
(* (/ a b) -1/3)
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/ a b)
(/.f64 a b)
a
b
-1/3
#s(literal -1/3 binary64)
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ (/ a b) 3))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (/.f64 t #s(literal -3 binary64)) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (/.f64 t #s(literal -3 binary64)) y)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos (- y (/ (* z t) 3)))
(cos.f64 (fma.f64 z (/.f64 t #s(literal -3 binary64)) y))
(- y (/ (* z t) 3))
(fma.f64 z (/.f64 t #s(literal -3 binary64)) y)
y
(/ (* z t) 3)
(/.f64 (*.f64 z t) #s(literal 3 binary64))
(* z t)
(*.f64 z t)
z
t
3
#s(literal 3 binary64)
(/ (/ a b) 3)
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/ a b)
(/.f64 a b)
a
b
(- (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))) (/ a (* b 3)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y)))))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y))))
(/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y)))
(* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))))
(/.f64 (*.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 1/27 binary64))) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t)))))))) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y)))
(* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27)))
(*.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 1/27 binary64))) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))))
(+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))
(fma.f64 z (*.f64 t (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 1/27 binary64))) (*.f64 y (*.f64 y y)))
y
(* y y)
(*.f64 y y)
(* (* (* z t) (* z (* t (* z t)))) 1/27)
(*.f64 t (*.f64 z (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 1/27 binary64))))
(* (* z t) (* z (* t (* z t))))
(*.f64 z (*.f64 t (*.f64 z (*.f64 t (*.f64 z t)))))
(* z t)
(*.f64 z t)
z
t
(* z (* t (* z t)))
(*.f64 z (*.f64 t (*.f64 z t)))
(* t (* z t))
(*.f64 t (*.f64 z t))
1/27
#s(literal 1/27 binary64)
(+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))
(fma.f64 y (*.f64 y y) (*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t)))))))
(* (* (* z t) (* z (* t (* z t)))) -1/27)
(*.f64 z (*.f64 #s(literal -1/27 binary64) (*.f64 t (*.f64 z (*.f64 t (*.f64 z t))))))
-1/27
#s(literal -1/27 binary64)
(/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y)))
1
#s(literal 1 binary64)
(+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))
(fma.f64 (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 z t) (*.f64 y #s(literal 1/3 binary64))) (*.f64 y y))
(* z (* t 1/3))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(* t 1/3)
(*.f64 t #s(literal 1/3 binary64))
1/3
#s(literal 1/3 binary64)
(+ (* z (* t 1/3)) y)
(fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)
(/ a (* b 3))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
a
(* b 3)
(*.f64 b #s(literal 3 binary64))
b
3
#s(literal 3 binary64)
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(sin (* z (* t 1/3)))
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(* z (* t 1/3))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
z
(* t 1/3)
(*.f64 t #s(literal 1/3 binary64))
t
1/3
#s(literal 1/3 binary64)
(sin y)
(sin.f64 y)
y
(* (cos y) (cos (* z (* t 1/3))))
(*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))
(cos y)
(cos.f64 y)
(cos (* z (* t 1/3)))
(cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(/ a (* b 3))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
a
(* b 3)
(*.f64 b #s(literal 3 binary64))
b
3
#s(literal 3 binary64)

localize637.0ms (3%)

Memory
-22.3MiB live, 790.9MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy99.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
accuracy99.5%
(*.f64 t #s(literal 1/3 binary64))
accuracy50.0%
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
accuracy50.0%
(cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
accuracy93.3%
(fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))
accuracy49.5%
(cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))
accuracy42.9%
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y))))
accuracy22.1%
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))))
accuracy99.7%
(/.f64 (*.f64 z t) #s(literal 3 binary64))
accuracy99.7%
(/.f64 (/.f64 a b) #s(literal 3 binary64))
accuracy99.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
accuracy49.5%
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
accuracy100.0%
(/.f64 a b)
accuracy99.5%
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
accuracy100.0%
(sqrt.f64 x)
accuracy100.0%
(cos.f64 y)
accuracy99.8%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
accuracy99.7%
(/.f64 a (*.f64 b #s(literal 3 binary64)))
Samples
200.0ms143×1valid
95.0ms55×2valid
30.0ms58×0valid
Compiler

Compiled 828 to 60 computations (92.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 265.0ms
ival-mult: 67.0ms (25.3% of total)
ival-cos: 42.0ms (15.8% of total)
ival-div: 41.0ms (15.5% of total)
ival-add: 30.0ms (11.3% of total)
adjust: 25.0ms (9.4% of total)
const: 22.0ms (8.3% of total)
ival-sin: 19.0ms (7.2% of total)
ival-sub: 15.0ms (5.7% of total)
ival-sqrt: 3.0ms (1.1% of total)
exact: 1.0ms (0.4% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series188.0ms (0.9%)

Memory
13.5MiB live, 204.8MiB allocated
Counts
25 → 864
Calls
Call 1
Inputs
#<alt (- (* (* 2 (sqrt x)) (cos y)) (/ a (* b 3)))>
#<alt (* (* 2 (sqrt x)) (cos y))>
#<alt (* 2 (sqrt x))>
#<alt (sqrt x)>
#<alt (* (/ a b) -1/3)>
#<alt (/ a b)>
#<alt (/ (/ a b) 3)>
#<alt (- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ (/ a b) 3))>
#<alt (- y (/ (* z t) 3))>
#<alt (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))>
#<alt (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))>
#<alt (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))))>
#<alt (- (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))) (/ a (* b 3)))>
#<alt (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))))>
#<alt (- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))>
#<alt (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3))))))>
#<alt (/ a (* b 3))>
#<alt (cos y)>
#<alt (cos (- y (/ (* z t) 3)))>
#<alt (/ (* z t) 3)>
#<alt (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))>
#<alt (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))>
#<alt (cos (* z (* t 1/3)))>
#<alt (sin (* z (* t 1/3)))>
#<alt (* t 1/3)>
Outputs
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (sqrt x)) (* 1/3 (/ a b)))>
#<alt (- (+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* 2 (sqrt x))>
#<alt (+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))>
#<alt (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))>
#<alt (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))>
#<alt (* -1/3 (* t z))>
#<alt (- y (* 1/3 (* t z)))>
#<alt (- y (* 1/3 (* t z)))>
#<alt (- y (* 1/3 (* t z)))>
#<alt y>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt y>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* z (- (/ y z) (* 1/3 t)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt (* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* t (- (/ y t) (* 1/3 z)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))>
#<alt (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))>
#<alt (* -1/3 (* t z))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt y>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))>
#<alt (* y (- (+ 1 (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))>
#<alt y>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* 1/3 (* t z))) y)) 1)))>
#<alt (* -1 (* y (- (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* 1/3 (* t z))) y)) 1)))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* z (- (* -1 (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))>
#<alt (+ y (* z (- (* z (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) y)) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))>
#<alt (* -1/3 (* t z))>
#<alt (* z (+ (* -1/3 t) (/ y z)))>
#<alt (* z (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t))) (pow z 2))) (* -1/3 t)) (* -1 (/ y z))))>
#<alt (* z (- (+ (* -1/3 t) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t (pow z 3))))) (+ (* -3 (/ (pow y 2) (* t (pow z 2)))) (+ (* -1 (/ y z)) (* 3 (/ (pow y 2) (* t (pow z 2))))))))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) z)) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t z))) (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) z)) (* -1 y)) z)) (* 1/3 t))))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* t (- (* -1 (* t (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))>
#<alt (+ y (* t (- (* t (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) y)) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))>
#<alt (* -1/3 (* t z))>
#<alt (* t (+ (* -1/3 z) (/ y t)))>
#<alt (* t (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z))) (pow t 2))) (* -1/3 z)) (* -1 (/ y t))))>
#<alt (* t (- (+ (* -1/3 z) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* (pow t 3) z)))) (+ (* -3 (/ (pow y 2) (* (pow t 2) z))) (+ (* -1 (/ y t)) (* 3 (/ (pow y 2) (* (pow t 2) z)))))))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) t)) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* t z))) (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) t)) (* -1 y)) t)) (* 1/3 z))))>
#<alt (* -1/81 (* (pow t 4) (pow z 4)))>
#<alt (+ (* -1/81 (* (pow t 4) (pow z 4))) (* 1/27 (* (pow t 3) (* y (pow z 3)))))>
#<alt (+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* -1 (* y (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))>
#<alt (+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* y (- (* y (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (* 1/27 (* (pow t 3) (pow z 3)))) (* (pow t 2) (pow z 2)))) (+ (* -3 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (* t z))) (* 1/3 (* t z))))) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))>
#<alt (pow y 4)>
#<alt (* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* (pow y 4) (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))>
#<alt (* (pow y 4) (- (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))) (+ (* -1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y)))))))>
#<alt (pow y 4)>
#<alt (* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* (pow y 4) (+ 1 (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* -1/3 (* t z))) y))))>
#<alt (* (pow y 4) (+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* 1/3 (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* -1/3 (* t z))) y))))>
#<alt (pow y 4)>
#<alt (+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))>
#<alt (+ (* z (- (* -1 (* z (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))>
#<alt (+ (* z (- (* z (- (* z (- (* 1/27 (* (pow t 3) y)) (* -1/3 (/ (* t (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) y)))) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))>
#<alt (* -1/81 (* (pow t 4) (pow z 4)))>
#<alt (* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))>
#<alt (* (pow z 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))) (pow z 2))) (* -1/81 (pow t 4))) (* -1/27 (/ (* (pow t 3) y) z))))>
#<alt (* (pow z 4) (- (+ (* -1/81 (pow t 4)) (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (* (pow t 2) (pow z 3))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) (* t (pow z 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (+ (* -1/27 (/ (* (pow t 3) y) z)) (+ (* 1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (* 1/3 (/ (* t (pow y 3)) (pow z 3)))))))))>
#<alt (* -1/81 (* (pow t 4) (pow z 4)))>
#<alt (* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))>
#<alt (* (pow z 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) z)) (* 1/9 (/ (* (pow t 2) (pow y 2)) z))) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))>
#<alt (* (pow z 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (pow t 2))) (+ (* -1/3 (* t (pow y 3))) (* 3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) t)))) z)) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) z)) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))>
#<alt (pow y 4)>
#<alt (+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))>
#<alt (+ (* t (- (* -1 (* t (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))>
#<alt (+ (* t (- (* t (- (* t (- (* 1/27 (* y (pow z 3))) (* -1/3 (/ (* z (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) y)))) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))>
#<alt (* -1/81 (* (pow t 4) (pow z 4)))>
#<alt (* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))>
#<alt (* (pow t 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))) (pow t 2))) (* -1/81 (pow z 4))) (* -1/27 (/ (* y (pow z 3)) t))))>
#<alt (* (pow t 4) (- (+ (* -1/81 (pow z 4)) (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (* (pow t 3) (pow z 2))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) (* (pow t 3) z))) (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (+ (* -1/27 (/ (* y (pow z 3)) t)) (+ (* 1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (* 1/3 (/ (* (pow y 3) z) (pow t 3)))))))))>
#<alt (* -1/81 (* (pow t 4) (pow z 4)))>
#<alt (* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))>
#<alt (* (pow t 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) t)) (* 1/9 (/ (* (pow y 2) (pow z 2)) t))) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))>
#<alt (* (pow t 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (pow z 2))) (+ (* -1/3 (* (pow y 3) z)) (* 3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) z)))) t)) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) t)) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))>
#<alt (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (* 1/3 (* t z)))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt 1>
#<alt (+ 1 (* -1/2 (pow y 2)))>
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))>
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos (neg (* 1/3 (* t z))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))>
#<alt (+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))>
#<alt (+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (cos (- y (* 1/3 (* t z))))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (cos (* -1/3 (* t z)))>
#<alt (+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))>
#<alt (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))>
#<alt (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))>
#<alt (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* z (- (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (- (* z (- (+ (* -1/18 (* (pow t 2) (cos y))) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* t (- (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))>
#<alt (+ (cos y) (* t (- (* t (- (+ (* -1/18 (* (pow z 2) (cos y))) (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))>
#<alt (* 1/27 (* (pow t 3) (pow z 3)))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (pow y 3)>
#<alt (* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))>
#<alt (* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))>
#<alt (* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))>
#<alt (pow y 3)>
#<alt (* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))>
#<alt (* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))>
#<alt (* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))>
#<alt (pow y 3)>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (* 1/27 (* (pow t 3) (pow z 3)))>
#<alt (* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))>
#<alt (* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))>
#<alt (* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))>
#<alt (* 1/27 (* (pow t 3) (pow z 3)))>
#<alt (* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))>
#<alt (* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))>
#<alt (* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))>
#<alt (pow y 3)>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))>
#<alt (* 1/27 (* (pow t 3) (pow z 3)))>
#<alt (* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))>
#<alt (* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))>
#<alt (* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))>
#<alt (* 1/27 (* (pow t 3) (pow z 3)))>
#<alt (* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))>
#<alt (* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))>
#<alt (* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))>
#<alt 1>
#<alt (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))>
#<alt (+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* 1/1944 (* (pow t 4) (pow z 2))))))>
#<alt (+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* (pow z 2) (+ (* -1/524880 (* (pow t 6) (pow z 2))) (* 1/1944 (pow t 4)))))))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt 1>
#<alt (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))>
#<alt (+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* 1/1944 (* (pow t 2) (pow z 4))))))>
#<alt (+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* (pow t 2) (+ (* -1/524880 (* (pow t 2) (pow z 6))) (* 1/1944 (pow z 4)))))))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (cos (* 1/3 (* t z)))>
#<alt (* 1/3 (* t z))>
#<alt (* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))>
#<alt (* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))>
#<alt (* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (* 1/3 (* t z))>
#<alt (* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))>
#<alt (* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))>
#<alt (* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
Calls

216 calls:

TimeVariablePointExpression
84.0ms
z
@inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))
7.0ms
z
@0
(* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))))
4.0ms
x
@0
(- (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))) (/ a (* b 3)))
3.0ms
x
@0
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))
2.0ms
x
@-inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))

rewrite412.0ms (1.9%)

Memory
12.9MiB live, 814.5MiB allocated
Algorithm
batch-egg-rewrite
Rules
6 914×accelerator-lowering-fma.f32
6 914×accelerator-lowering-fma.f64
4 156×*-lowering-*.f32
4 156×*-lowering-*.f64
3 524×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
058262
1329222
22861222
08500205
Stop Event
iter limit
node limit
Counts
25 → 897
Calls
Call 1
Inputs
(- (* (* 2 (sqrt x)) (cos y)) (/ a (* b 3)))
(* (* 2 (sqrt x)) (cos y))
(* 2 (sqrt x))
(sqrt x)
(* (/ a b) -1/3)
(/ a b)
(/ (/ a b) 3)
(- (* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3)))) (/ (/ a b) 3))
(- y (/ (* z t) 3))
(* (* 2 (sqrt x)) (cos (- y (/ (* z t) 3))))
(/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))
(* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y))))
(- (* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)))))
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3)))))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) (cos (* z (* t 1/3))))))
(/ a (* b 3))
(cos y)
(cos (- y (/ (* z t) 3)))
(/ (* z t) 3)
(cos (/ (* (* (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27)) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) -1/27))) (/ 1 (+ (* (* z (* t 1/3)) (+ (* z (* t 1/3)) y)) (* y y)))) (+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))))
(+ (* y (* y y)) (* (* (* z t) (* z (* t (* z t)))) 1/27))
(cos (* z (* t 1/3)))
(sin (* z (* t 1/3)))
(* t 1/3)
Outputs
(+.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(-.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (-.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (-.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (-.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)))))))
(pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64))
(*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))
(sqrt.f64 x)
(pow.f64 x #s(literal 1/2 binary64))
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (*.f64 x x) #s(literal 1/4 binary64))
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 b #s(literal -3 binary64)))) (/.f64 a (neg.f64 (*.f64 b #s(literal -3 binary64)))))
(neg.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal 3 binary64))
(/.f64 (neg.f64 a) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 a) (neg.f64 (*.f64 b #s(literal -3 binary64))))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64))) (neg.f64 b))
(/.f64 (*.f64 #s(literal -1/3 binary64) (neg.f64 a)) (neg.f64 b))
(/.f64 (*.f64 (neg.f64 a) #s(literal -1/3 binary64)) (neg.f64 b))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (neg.f64 (*.f64 b #s(literal -3 binary64))))
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (neg.f64 a))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal -1/3 binary64))) (neg.f64 (neg.f64 b)))
(pow.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64))
(pow.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))
(*.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)))
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 b)) (/.f64 a (neg.f64 b)))
(neg.f64 (/.f64 a (neg.f64 b)))
(/.f64 a b)
(/.f64 #s(literal 1 binary64) (/.f64 b a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64))))
(/.f64 (neg.f64 a) (neg.f64 b))
(/.f64 (*.f64 a #s(literal 1 binary64)) b)
(/.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (neg.f64 (neg.f64 (neg.f64 b))))
(pow.f64 (/.f64 b a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1 binary64) b))
(*.f64 #s(literal 1 binary64) (/.f64 a b))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 #s(literal 1 binary64) b) a)
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64))))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal -3 binary64))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (neg.f64 (*.f64 b #s(literal -3 binary64))))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal 3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (neg.f64 (neg.f64 (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal 3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal -1/3 binary64))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (neg.f64 a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(pow.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(+.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))
(+.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)) y)
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64)))
(-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(-.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (/.f64 (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(fma.f64 z (neg.f64 (*.f64 t #s(literal 1/3 binary64))) y)
(fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (neg.f64 z) y)
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)
(fma.f64 (neg.f64 (*.f64 z t)) #s(literal 1/3 binary64) y)
(fma.f64 (neg.f64 z) (*.f64 t #s(literal 1/3 binary64)) y)
(fma.f64 (neg.f64 (*.f64 t #s(literal 1/3 binary64))) z y)
(neg.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y y (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64))))))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal -1 binary64)) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64))) (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal -1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal -1 binary64))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64))) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64)))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y (*.f64 y (*.f64 y y))))) (-.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 y (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(-.f64 (/.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64))
(*.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x))
(+.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))
(+.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)) y)
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64)))
(-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(-.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (/.f64 (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(fma.f64 z (neg.f64 (*.f64 t #s(literal 1/3 binary64))) y)
(fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (neg.f64 z) y)
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)
(fma.f64 (neg.f64 (*.f64 z t)) #s(literal 1/3 binary64) y)
(fma.f64 (neg.f64 z) (*.f64 t #s(literal 1/3 binary64)) y)
(fma.f64 (neg.f64 (*.f64 t #s(literal 1/3 binary64))) z y)
(neg.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y y (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64))))))
(/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64) (-.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (-.f64 y (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal -1 binary64)) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64))) (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal -1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal -1 binary64))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64))) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64)))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y (*.f64 y (*.f64 y y))))) (-.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 y (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))))
(+.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))))
(fma.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64)) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))))
(/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) #s(literal -1 binary64))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))) (*.f64 (*.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) #s(literal -1 binary64))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))))
(*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))
(*.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y (*.f64 y (*.f64 y y))))) (-.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(pow.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(-.f64 (/.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64))
(*.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(pow.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(-.f64 (/.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 y) (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal 2 binary64))
(*.f64 (*.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) #s(literal 2 binary64)) (sqrt.f64 x))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64))))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal -3 binary64))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (neg.f64 (*.f64 b #s(literal -3 binary64))))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal 3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (neg.f64 (neg.f64 (*.f64 b #s(literal -3 binary64)))))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal 3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal -1/3 binary64))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (neg.f64 a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(cos.f64 y)
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(cos.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
(cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(cos.f64 (-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(-.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 (neg.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 (neg.f64 y))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) #s(literal -4 binary64))
(/.f64 (neg.f64 (fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) #s(literal -4 binary64))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))))) (neg.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(pow.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) #s(literal -1 binary64))
(*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))
(neg.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))
(/.f64 (*.f64 z t) #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 z t)) #s(literal -3 binary64))
(/.f64 (neg.f64 (neg.f64 (*.f64 z t))) #s(literal 3 binary64))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 z t)))) #s(literal -3 binary64))
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(*.f64 t (*.f64 z #s(literal 1/3 binary64)))
(*.f64 t (*.f64 #s(literal 1/3 binary64) z))
(*.f64 t (/.f64 z #s(literal 3 binary64)))
(*.f64 (*.f64 z t) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(*.f64 #s(literal 1/3 binary64) (*.f64 z t))
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))
(*.f64 (*.f64 t #s(literal 1/3 binary64)) z)
(*.f64 (neg.f64 (*.f64 z t)) #s(literal -1/3 binary64))
(*.f64 (*.f64 z #s(literal 1/3 binary64)) t)
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(+.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(+.f64 (*.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(cos.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
(cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))
(cos.f64 (-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))
(-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(-.f64 (*.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 (neg.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 (neg.f64 y))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(fma.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)))
(fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (cos.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (*.f64 (sin.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y)))) (sin.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y y))))))
(fma.f64 (cos.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (cos.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (sin.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (sin.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))
(/.f64 (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) #s(literal 4 binary64))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) #s(literal -4 binary64))
(/.f64 (neg.f64 (fma.f64 (+.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) #s(literal -4 binary64))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))))) (neg.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(pow.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))))) #s(literal -1 binary64))
(*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))
(+.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))
(+.f64 (*.f64 y (*.f64 y y)) (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))
(+.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))
(-.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))))
(-.f64 (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))))
(fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))
(fma.f64 y (*.f64 y y) (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))
(fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64)))) (*.f64 y (*.f64 y y)))
(fma.f64 z (*.f64 (*.f64 t (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/27 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 t (*.f64 z (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64)))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 y y) y (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))
(fma.f64 (*.f64 y y) y (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))
(fma.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z t) #s(literal 1/27 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/27 binary64) (*.f64 y (*.f64 y y)))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 (*.f64 z (*.f64 t t)) #s(literal 1/27 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64)))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64)))) (*.f64 z (*.f64 z z)) (*.f64 y (*.f64 y y)))
(fma.f64 (neg.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal -1/27 binary64) (*.f64 y (*.f64 y y)))
(fma.f64 (pow.f64 y #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))
(fma.f64 (pow.f64 y #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3/2 binary64)) (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))))
(fma.f64 (pow.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) #s(literal 3/2 binary64)) (pow.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) #s(literal 3/2 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 #s(literal 1/27 binary64) z) (*.f64 t (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z t)) (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))
(fma.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)) (*.f64 y (*.f64 y y)))
(fma.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/3 binary64) z) #s(literal 3 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 (/.f64 z #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 y (*.f64 y y)))
(fma.f64 (pow.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 t #s(literal 3 binary64)) (*.f64 y (*.f64 y y)))
(/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))))
(/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))))
(/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (neg.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (neg.f64 (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 (-.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))))))) (neg.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))))
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (pow.f64 (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) #s(literal 3 binary64))) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (neg.f64 (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64))))))))
(pow.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))))) #s(literal -1 binary64))
(*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))))))
(*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 #s(literal 1/19683 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (-.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y)))))))
(*.f64 (fma.f64 y (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(*.f64 (fma.f64 y y (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(+.f64 (*.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))
(fma.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(neg.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))))
(/.f64 t #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) t)))
(/.f64 (neg.f64 t) #s(literal -3 binary64))
(/.f64 (neg.f64 (neg.f64 t)) #s(literal 3 binary64))
(pow.f64 (/.f64 #s(literal 3 binary64) t) #s(literal -1 binary64))
(*.f64 t #s(literal 1/3 binary64))
(*.f64 #s(literal 1/3 binary64) t)

simplify546.0ms (2.6%)

Memory
-7.7MiB live, 894.5MiB allocated
Algorithm
egg-herbie
Rules
7 308×accelerator-lowering-fma.f32
7 308×accelerator-lowering-fma.f64
5 794×*-lowering-*.f32
5 794×*-lowering-*.f64
4 410×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0103116714
1349515901
0883814803
Stop Event
iter limit
node limit
Counts
864 → 864
Calls
Call 1
Inputs
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(- (* 2 (sqrt x)) (* 1/3 (/ a b)))
(- (+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x))) (* 1/3 (/ a b)))
(- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* 2 (sqrt x))
(+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(* -1/3 (* t z))
(- y (* 1/3 (* t z)))
(- y (* 1/3 (* t z)))
(- y (* 1/3 (* t z)))
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* z (- (/ y z) (* 1/3 t)))
(* z (- (/ y z) (* 1/3 t)))
(* z (- (/ y z) (* 1/3 t)))
(* -1/3 (* t z))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* t (- (/ y t) (* 1/3 z)))
(* t (- (/ y t) (* 1/3 z)))
(* t (- (/ y t) (* 1/3 z)))
(* -1/3 (* t z))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))
(+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(* -1/3 (* t z))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))
(* y (- (+ 1 (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* 1/3 (* t z))) y)) 1)))
(* -1 (* y (- (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* 1/3 (* t z))) y)) 1)))
y
(+ y (* -1/3 (* t z)))
(+ y (* z (- (* -1 (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))
(+ y (* z (- (* z (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) y)) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))
(* -1/3 (* t z))
(* z (+ (* -1/3 t) (/ y z)))
(* z (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t))) (pow z 2))) (* -1/3 t)) (* -1 (/ y z))))
(* z (- (+ (* -1/3 t) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t (pow z 3))))) (+ (* -3 (/ (pow y 2) (* t (pow z 2)))) (+ (* -1 (/ y z)) (* 3 (/ (pow y 2) (* t (pow z 2))))))))
(* -1/3 (* t z))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) z)) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t z))) (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) z)) (* -1 y)) z)) (* 1/3 t))))
y
(+ y (* -1/3 (* t z)))
(+ y (* t (- (* -1 (* t (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))
(+ y (* t (- (* t (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) y)) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))
(* -1/3 (* t z))
(* t (+ (* -1/3 z) (/ y t)))
(* t (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z))) (pow t 2))) (* -1/3 z)) (* -1 (/ y t))))
(* t (- (+ (* -1/3 z) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* (pow t 3) z)))) (+ (* -3 (/ (pow y 2) (* (pow t 2) z))) (+ (* -1 (/ y t)) (* 3 (/ (pow y 2) (* (pow t 2) z)))))))
(* -1/3 (* t z))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) t)) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* t z))) (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) t)) (* -1 y)) t)) (* 1/3 z))))
(* -1/81 (* (pow t 4) (pow z 4)))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* 1/27 (* (pow t 3) (* y (pow z 3)))))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* -1 (* y (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* y (- (* y (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (* 1/27 (* (pow t 3) (pow z 3)))) (* (pow t 2) (pow z 2)))) (+ (* -3 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (* t z))) (* 1/3 (* t z))))) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))
(pow y 4)
(* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))
(* (pow y 4) (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))
(* (pow y 4) (- (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))) (+ (* -1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y)))))))
(pow y 4)
(* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))
(* (pow y 4) (+ 1 (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* -1/3 (* t z))) y))))
(* (pow y 4) (+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* 1/3 (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* -1/3 (* t z))) y))))
(pow y 4)
(+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))
(+ (* z (- (* -1 (* z (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))
(+ (* z (- (* z (- (* z (- (* 1/27 (* (pow t 3) y)) (* -1/3 (/ (* t (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) y)))) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))
(* -1/81 (* (pow t 4) (pow z 4)))
(* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))
(* (pow z 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))) (pow z 2))) (* -1/81 (pow t 4))) (* -1/27 (/ (* (pow t 3) y) z))))
(* (pow z 4) (- (+ (* -1/81 (pow t 4)) (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (* (pow t 2) (pow z 3))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) (* t (pow z 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (+ (* -1/27 (/ (* (pow t 3) y) z)) (+ (* 1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (* 1/3 (/ (* t (pow y 3)) (pow z 3)))))))))
(* -1/81 (* (pow t 4) (pow z 4)))
(* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))
(* (pow z 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) z)) (* 1/9 (/ (* (pow t 2) (pow y 2)) z))) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))
(* (pow z 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (pow t 2))) (+ (* -1/3 (* t (pow y 3))) (* 3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) t)))) z)) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) z)) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))
(pow y 4)
(+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))
(+ (* t (- (* -1 (* t (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))
(+ (* t (- (* t (- (* t (- (* 1/27 (* y (pow z 3))) (* -1/3 (/ (* z (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) y)))) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))
(* -1/81 (* (pow t 4) (pow z 4)))
(* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))
(* (pow t 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))) (pow t 2))) (* -1/81 (pow z 4))) (* -1/27 (/ (* y (pow z 3)) t))))
(* (pow t 4) (- (+ (* -1/81 (pow z 4)) (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (* (pow t 3) (pow z 2))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) (* (pow t 3) z))) (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (+ (* -1/27 (/ (* y (pow z 3)) t)) (+ (* 1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (* 1/3 (/ (* (pow y 3) z) (pow t 3)))))))))
(* -1/81 (* (pow t 4) (pow z 4)))
(* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))
(* (pow t 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) t)) (* 1/9 (/ (* (pow y 2) (pow z 2)) t))) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))
(* (pow t 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (pow z 2))) (+ (* -1/3 (* (pow y 3) z)) (* 3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) z)))) t)) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) t)) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))
(+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (* 1/3 (* t z)))))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
1
(+ 1 (* -1/2 (pow y 2)))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos (neg (* 1/3 (* t z))))
(+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(cos (- y (* 1/3 (* t z))))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(cos (* -1/3 (* t z)))
(+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))
(+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* z (- (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))
(+ (cos y) (* z (- (* z (- (+ (* -1/18 (* (pow t 2) (cos y))) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* t (- (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))
(+ (cos y) (* t (- (* t (- (+ (* -1/18 (* (pow z 2) (cos y))) (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(* 1/27 (* (pow t 3) (pow z 3)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(pow y 3)
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(pow y 3)
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(pow y 3)
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(* 1/27 (* (pow t 3) (pow z 3)))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(* 1/27 (* (pow t 3) (pow z 3)))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(pow y 3)
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(* 1/27 (* (pow t 3) (pow z 3)))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(* 1/27 (* (pow t 3) (pow z 3)))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
1
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* 1/1944 (* (pow t 4) (pow z 2))))))
(+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* (pow z 2) (+ (* -1/524880 (* (pow t 6) (pow z 2))) (* 1/1944 (pow t 4)))))))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
1
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* 1/1944 (* (pow t 2) (pow z 4))))))
(+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* (pow t 2) (+ (* -1/524880 (* (pow t 2) (pow z 6))) (* 1/1944 (pow z 4)))))))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(cos (* 1/3 (* t z)))
(* 1/3 (* t z))
(* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(* 1/3 (* t z))
(* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
Outputs
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) #s(literal -1 binary64)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 y) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 y) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 y) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b)))))
(- (* 2 (sqrt x)) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (fma.f64 (sqrt.f64 x) (neg.f64 (*.f64 y y)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 1/12 binary64)) (*.f64 y y)) (sqrt.f64 x)) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (*.f64 #s(literal -1/360 binary64) (sqrt.f64 x)) (*.f64 y y))) (neg.f64 (sqrt.f64 x))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (sqrt.f64 x) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (sqrt.f64 x) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (sqrt.f64 x) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos y)) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) #s(literal -1 binary64)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (*.f64 (*.f64 y y) (neg.f64 (sqrt.f64 x))))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))
(fma.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 1/12 binary64)) (*.f64 y y)) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (*.f64 #s(literal -1/360 binary64) (sqrt.f64 x)) (*.f64 y y))) (neg.f64 (sqrt.f64 x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 #s(literal -2 binary64) (neg.f64 (sqrt.f64 x)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 #s(literal -2 binary64) (neg.f64 (sqrt.f64 x)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 #s(literal -2 binary64) (neg.f64 (sqrt.f64 x)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 #s(literal -2 binary64) (neg.f64 (sqrt.f64 x)))
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(neg.f64 (neg.f64 (sqrt.f64 x)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(neg.f64 (neg.f64 (sqrt.f64 x)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(neg.f64 (neg.f64 (sqrt.f64 x)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(neg.f64 (neg.f64 (sqrt.f64 x)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (- y (* 1/3 (* t z))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -1 binary64)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(- (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z)))))))))) (* 1/3 (/ a b)))
(fma.f64 y (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z)))))))))))) (* 1/3 (/ a b)))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (neg.f64 (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 z (*.f64 t t)) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (*.f64 #s(literal -1/81 binary64) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))) (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (*.f64 #s(literal -1/81 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z (*.f64 z z))) (sin.f64 y))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(- (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (- y (* 1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (- y (* 1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z)))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(- y (* 1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(- y (* 1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(- y (* 1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 y (/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) y) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 y (/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) y) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 y (/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) y) y)
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y) y)
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (- (/ y z) (* 1/3 t)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 y z)) (neg.f64 z))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 y z)) (neg.f64 z))
(* -1 (* z (- (* -1 (/ y z)) (* -1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 y z)) (neg.f64 z))
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (- (/ y t) (* 1/3 z)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) z (/.f64 y (neg.f64 t))) (neg.f64 t))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) z (/.f64 y (neg.f64 t))) (neg.f64 t))
(* -1 (* t (- (* -1 (/ y t)) (* -1/3 z))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) z (/.f64 y (neg.f64 t))) (neg.f64 t))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -1 binary64)))
(* -2 (* (sqrt x) (* (cos (- y (* 1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -1 binary64)))
(* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (* -2 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))) (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* -1 (* (sqrt x) (* y (cos (neg (* 1/3 (* t z))))))))))
(fma.f64 y (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* y (+ (* -2 (* (sqrt x) (sin (neg (* 1/3 (* t z)))))) (* y (+ (* -1 (* (sqrt x) (cos (neg (* 1/3 (* t z)))))) (* 1/3 (* (sqrt x) (* y (sin (neg (* 1/3 (* t z))))))))))))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (neg.f64 (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (neg (+ (* -1 y) (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 z (*.f64 t t)) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (*.f64 #s(literal -1/81 binary64) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y)))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))) (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (*.f64 #s(literal -1/81 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z (*.f64 z z))) (sin.f64 y))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y)))))))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* 2 (* (sqrt x) (cos (- y (* 1/3 (* t z))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 y (/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) y) y)
(* y (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))
(fma.f64 y (/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) y) y)
(* y (- (+ 1 (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
(*.f64 y (-.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 t (*.f64 #s(literal 0 binary64) (/.f64 z y))) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y y)) #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y))))
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y) y)
(* -1 (* y (- (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* 1/3 (* t z))) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y) y)
(* -1 (* y (- (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* 1/3 (* t z))) y)) 1)))
(fma.f64 (neg.f64 y) (/.f64 (+.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) t) (*.f64 z #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) y) y)
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* z (- (* -1 (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))
(fma.f64 z (fma.f64 z #s(literal 0 binary64) (*.f64 #s(literal -1/3 binary64) t)) y)
(+ y (* z (- (* z (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) y)) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))) (* 1/3 t))))
(fma.f64 z (fma.f64 z (fma.f64 (*.f64 #s(literal 1/3 binary64) t) (*.f64 z #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) t)) y)
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* z (+ (* -1/3 t) (/ y z)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t))) (pow z 2))) (* -1/3 t)) (* -1 (/ y z))))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (- (+ (* -1/3 t) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t (pow z 3))))) (+ (* -3 (/ (pow y 2) (* t (pow z 2)))) (+ (* -1 (/ y z)) (* 3 (/ (pow y 2) (* t (pow z 2))))))))
(*.f64 z (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) t)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 t (*.f64 z z))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 t (*.f64 z z))) (/.f64 y z)))))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 y z)) (neg.f64 z))
(* -1 (* z (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) z)) (* 1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 y z)) (neg.f64 z))
(* -1 (* z (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) (* t z))) (+ (* -3 (/ (pow y 2) t)) (* 3 (/ (pow y 2) t)))) z)) (* -1 y)) z)) (* 1/3 t))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64))) y)) z)) (neg.f64 z))
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* t (- (* -1 (* t (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))
(fma.f64 t (fma.f64 t #s(literal 0 binary64) (*.f64 #s(literal -1/3 binary64) z)) y)
(+ y (* t (- (* t (- (* 1/3 (/ (* t (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) y)) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))) (* 1/3 z))))
(fma.f64 t (fma.f64 t (fma.f64 (*.f64 #s(literal 1/3 binary64) t) (*.f64 z #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) y)
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* t (+ (* -1/3 z) (/ y t)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (- (+ (* -1 (/ (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z))) (pow t 2))) (* -1/3 z)) (* -1 (/ y t))))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (- (+ (* -1/3 z) (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* (pow t 3) z)))) (+ (* -3 (/ (pow y 2) (* (pow t 2) z))) (+ (* -1 (/ y t)) (* 3 (/ (pow y 2) (* (pow t 2) z)))))))
(*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t)))))
(* -1/3 (* t z))
(*.f64 (*.f64 #s(literal -1/3 binary64) t) z)
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) z (/.f64 y (neg.f64 t))) (neg.f64 t))
(* -1 (* t (+ (* -1 (/ (- (+ (* -3 (/ (pow y 2) (* t z))) (* 3 (/ (pow y 2) (* t z)))) (* -1 y)) t)) (* 1/3 z))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) z (/.f64 y (neg.f64 t))) (neg.f64 t))
(* -1 (* t (+ (* -1 (/ (- (* -1 (/ (- (* 3 (/ (* y (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) (* t z))) (+ (* -3 (/ (pow y 2) z)) (* 3 (/ (pow y 2) z)))) t)) (* -1 y)) t)) (* 1/3 z))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64))) y)) t)) (neg.f64 t))
(* -1/81 (* (pow t 4) (pow z 4)))
(*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64)))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* 1/27 (* (pow t 3) (* y (pow z 3)))))
(fma.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64)) (*.f64 y (*.f64 z (*.f64 z z))) (*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64))))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* -1 (* y (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))
(fma.f64 y (fma.f64 y #s(literal 0 binary64) (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))) (*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64))))
(+ (* -1/81 (* (pow t 4) (pow z 4))) (* y (- (* y (- (* y (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (* 1/27 (* (pow t 3) (pow z 3)))) (* (pow t 2) (pow z 2)))) (+ (* -3 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (* t z))) (* 1/3 (* t z))))) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* -1/27 (* (pow t 3) (pow z 3))))))
(fma.f64 y (fma.f64 y (fma.f64 y (*.f64 (*.f64 #s(literal -1/3 binary64) t) z) #s(literal 0 binary64)) (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))) (*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64))))
(pow y 4)
(pow.f64 y #s(literal 4 binary64))
(* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t z) y) #s(literal 1 binary64)) (pow.f64 y #s(literal 4 binary64)))
(* (pow y 4) (- (+ 1 (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2)))) (* 1/3 (/ (* t z) y))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t z) y) #s(literal 1 binary64)) (pow.f64 y #s(literal 4 binary64)))
(* (pow y 4) (- (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))) (+ (* -1/3 (/ (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))) (pow y 3))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y)))))))
(*.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 #s(literal 1/3 binary64) (*.f64 t (*.f64 #s(literal 0 binary64) (/.f64 z y))) (fma.f64 (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y y)) #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z) y)))))
(pow y 4)
(pow.f64 y #s(literal 4 binary64))
(* (pow y 4) (+ 1 (* -1/3 (/ (* t z) y))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t z) y) #s(literal 1 binary64)) (pow.f64 y #s(literal 4 binary64)))
(* (pow y 4) (+ 1 (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/9 (/ (* (pow t 2) (pow z 2)) y))) (* -1/3 (* t z))) y))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t z) y) #s(literal 1 binary64)) (pow.f64 y #s(literal 4 binary64)))
(* (pow y 4) (+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* 1/3 (* t (* z (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2)))))))) y)) (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/9 (* (pow t 2) (pow z 2))))) y)) (* -1/3 (* t z))) y))))
(*.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64)) (*.f64 z (*.f64 z z)) (*.f64 #s(literal 1/3 binary64) (*.f64 t (*.f64 z #s(literal 0 binary64))))) y) #s(literal 0 binary64)) (neg.f64 y)) (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) y)))
(pow y 4)
(pow.f64 y #s(literal 4 binary64))
(+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))
(fma.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 z (*.f64 y (*.f64 y y))) (pow.f64 y #s(literal 4 binary64)))
(+ (* z (- (* -1 (* z (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))
(fma.f64 z (fma.f64 z #s(literal 0 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 y (*.f64 y y))))) (pow.f64 y #s(literal 4 binary64)))
(+ (* z (- (* z (- (* z (- (* 1/27 (* (pow t 3) y)) (* -1/3 (/ (* t (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) y)))) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))))) (* 1/3 (* t (pow y 3))))) (pow y 4))
(fma.f64 z (fma.f64 z (fma.f64 z (fma.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64)) y (*.f64 #s(literal 1/3 binary64) (*.f64 t #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 y (*.f64 y y))))) (pow.f64 y #s(literal 4 binary64)))
(* -1/81 (* (pow t 4) (pow z 4)))
(*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64)))
(* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 y z)) (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64)))))
(* (pow z 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2)))) (pow z 2))) (* -1/81 (pow t 4))) (* -1/27 (/ (* (pow t 3) y) z))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 y z)) (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64)))))
(* (pow z 4) (- (+ (* -1/81 (pow t 4)) (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (* (pow t 2) (pow z 3))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) (* t (pow z 3)))) (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (+ (* -1/27 (/ (* (pow t 3) y) z)) (+ (* 1/9 (/ (* (pow t 2) (pow y 2)) (pow z 2))) (* 1/3 (/ (* t (pow y 3)) (pow z 3)))))))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64)) (neg.f64 (fma.f64 #s(literal -3 binary64) (*.f64 y #s(literal 0 binary64)) (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 y y) (*.f64 t t)) (*.f64 z z)) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (*.f64 y (*.f64 y y))) (*.f64 z (*.f64 z z))) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 y y) (*.f64 t t)) (*.f64 z z)) (*.f64 #s(literal -1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 y z))))))))))
(* -1/81 (* (pow t 4) (pow z 4)))
(*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64)))
(* (pow z 4) (+ (* -1/81 (pow t 4)) (* 1/27 (/ (* (pow t 3) y) z))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 y z)) (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64)))))
(* (pow z 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow t 2) (pow y 2)) z)) (* 1/9 (/ (* (pow t 2) (pow y 2)) z))) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 y z)) (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64)))))
(* (pow z 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow t 3) (pow y 3))) (* 1/27 (* (pow t 3) (pow y 3)))) (pow t 2))) (+ (* -1/3 (* t (pow y 3))) (* 3 (/ (* y (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) t)))) z)) (+ (* -1/9 (* (pow t 2) (pow y 2))) (* 1/9 (* (pow t 2) (pow y 2))))) z)) (* 1/27 (* (pow t 3) y))) z)) (* -1/81 (pow t 4))))
(*.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (neg.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 y (*.f64 y y))) (*.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64))))) (neg.f64 z)) #s(literal 0 binary64)) (neg.f64 z)) (*.f64 #s(literal -1/27 binary64) (*.f64 y (*.f64 t (*.f64 t t))))) z)))
(pow y 4)
(pow.f64 y #s(literal 4 binary64))
(+ (* -1/3 (* t (* (pow y 3) z))) (pow y 4))
(fma.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 z (*.f64 y (*.f64 y y))) (pow.f64 y #s(literal 4 binary64)))
(+ (* t (- (* -1 (* t (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))
(fma.f64 t (fma.f64 t #s(literal 0 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 y (*.f64 y y))))) (pow.f64 y #s(literal 4 binary64)))
(+ (* t (- (* t (- (* t (- (* 1/27 (* y (pow z 3))) (* -1/3 (/ (* z (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) y)))) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))))) (* 1/3 (* (pow y 3) z)))) (pow y 4))
(fma.f64 t (fma.f64 t (fma.f64 t (fma.f64 #s(literal 1/27 binary64) (*.f64 y (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1/3 binary64) (*.f64 z #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 y (*.f64 y y))))) (pow.f64 y #s(literal 4 binary64)))
(* -1/81 (* (pow t 4) (pow z 4)))
(*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64)))
(* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64)))))
(* (pow t 4) (- (+ (* -1 (/ (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2)))) (pow t 2))) (* -1/81 (pow z 4))) (* -1/27 (/ (* y (pow z 3)) t))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64)))))
(* (pow t 4) (- (+ (* -1/81 (pow z 4)) (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (* (pow t 3) (pow z 2))))) (+ (* -3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) (* (pow t 3) z))) (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (+ (* -1/27 (/ (* y (pow z 3)) t)) (+ (* 1/9 (/ (* (pow y 2) (pow z 2)) (pow t 2))) (* 1/3 (/ (* (pow y 3) z) (pow t 3)))))))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (-.f64 (fma.f64 (/.f64 #s(literal 9 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64) (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64)))) (fma.f64 #s(literal -3 binary64) (*.f64 y #s(literal 0 binary64)) (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 y y) (*.f64 z z)) (*.f64 t t)) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z (*.f64 y (*.f64 y y))) (*.f64 t (*.f64 t t))) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 y y) (*.f64 z z)) (*.f64 t t)) (/.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) #s(literal -1/27 binary64)) t)))))))
(* -1/81 (* (pow t 4) (pow z 4)))
(*.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64)))
(* (pow t 4) (+ (* -1/81 (pow z 4)) (* 1/27 (/ (* y (pow z 3)) t))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64)))))
(* (pow t 4) (+ (* -1 (/ (- (+ (* -1/9 (/ (* (pow y 2) (pow z 2)) t)) (* 1/9 (/ (* (pow y 2) (pow z 2)) t))) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64)))))
(* (pow t 4) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 9 (/ (+ (* -1/27 (* (pow y 3) (pow z 3))) (* 1/27 (* (pow y 3) (pow z 3)))) (pow z 2))) (+ (* -1/3 (* (pow y 3) z)) (* 3 (/ (* y (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) z)))) t)) (+ (* -1/9 (* (pow y 2) (pow z 2))) (* 1/9 (* (pow y 2) (pow z 2))))) t)) (* 1/27 (* y (pow z 3)))) t)) (* -1/81 (pow z 4))))
(*.f64 (pow.f64 t #s(literal 4 binary64)) (-.f64 (*.f64 #s(literal -1/81 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (neg.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 y (*.f64 y y))) (*.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64))))) (neg.f64 t)) #s(literal 0 binary64)) (neg.f64 t)) (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) #s(literal -1/27 binary64))) t)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))
(fma.f64 y (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (neg.f64 (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) z) (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64)))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 z (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (sin.f64 y) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/162 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 t #s(literal 0 binary64)))))) (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 #s(literal 2 binary64) (*.f64 t (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 t (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (+.f64 (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))) (*.f64 t (fma.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z #s(literal 0 binary64)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal 1/162 binary64))) (neg.f64 (sin.f64 y)))))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))))
(* -2 (* (sqrt x) (* (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))))
(* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))
(fma.f64 y (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))) (*.f64 (neg.f64 (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* 2 (* (sqrt x) (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))))))))
(fma.f64 z (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) z) (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64)))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y)))))))) (* 2 (* (sqrt x) (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))))))))))
(fma.f64 z (fma.f64 z (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (sin.f64 y) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/162 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 t #s(literal 0 binary64)))))) (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* 2 (* (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (sqrt x))))))
(fma.f64 t (fma.f64 #s(literal 2 binary64) (*.f64 t (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))))) (* 2 (* (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y)))))) (sqrt x))))))))
(fma.f64 t (fma.f64 t (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (+.f64 (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))) (*.f64 t (fma.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z #s(literal 0 binary64)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal 1/162 binary64))) (neg.f64 (sin.f64 y)))))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(* 2 (* (sqrt x) (cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) (/.f64 (*.f64 #s(literal 1/3 binary64) a) (*.f64 x b))) (neg.f64 x))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 z (*.f64 t t)) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (*.f64 #s(literal -1/81 binary64) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))) (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (*.f64 #s(literal -1/81 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z (*.f64 z z))) (sin.f64 y))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))))) (fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 y (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (fma.f64 y (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (fma.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(- (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(/ (- (* 2 (* (* b (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 z (*.f64 t t)) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (*.f64 #s(literal -1/81 binary64) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t z) (sin.f64 y)))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y))) (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (*.f64 #s(literal -1/81 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z (*.f64 z z))) (sin.f64 y))))) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (sin.f64 y)))))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (cos (* 1/3 (* t z)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 y (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (* y (cos (* 1/3 (* t z)))))) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))
(fma.f64 y (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (*.f64 (*.f64 (sqrt.f64 x) y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(+ (* 2 (* (sqrt x) (cos (* 1/3 (* t z))))) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* 1/3 (* t z))))) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))
(fma.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 2 (* (sqrt x) (+ (* (cos y) (cos (* 1/3 (* t z)))) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) b)
1
#s(literal 1 binary64)
(+ 1 (* -1/2 (pow y 2)))
(fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos (neg (* 1/3 (* t z))))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(+ (cos (neg (* 1/3 (* t z)))) (* -1 (* y (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* -1/2 (* y (cos (neg (* 1/3 (* t z)))))) (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (fma.f64 (*.f64 y (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) #s(literal -1/2 binary64) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (cos (neg (* 1/3 (* t z)))) (* y (- (* y (+ (* -1/2 (cos (neg (* 1/3 (* t z))))) (* 1/6 (* y (sin (neg (* 1/3 (* t z)))))))) (sin (neg (* 1/3 (* t z)))))))
(fma.f64 y (fma.f64 y (fma.f64 (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) #s(literal -1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (neg (+ (* -1 y) (* 1/3 (* t z)))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (sin.f64 y)) (cos.f64 y))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 (*.f64 (*.f64 z (*.f64 t t)) (cos.f64 y)) #s(literal -1/18 binary64) (*.f64 (*.f64 #s(literal 1/3 binary64) t) (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 z (fma.f64 (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 t t))) #s(literal -1/162 binary64) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 1/3 binary64) t) (sin.f64 y))) (cos.f64 y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (sin.f64 y)) (cos.f64 y))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 (*.f64 #s(literal -1/18 binary64) t) (*.f64 (cos.f64 y) (*.f64 z z)) (*.f64 (*.f64 #s(literal 1/3 binary64) z) (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 t (fma.f64 (*.f64 #s(literal -1/162 binary64) t) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 1/3 binary64) z) (sin.f64 y))) (cos.f64 y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- y (* 1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(cos (* -1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))
(fma.f64 y (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))
(fma.f64 y (fma.f64 (*.f64 y (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) #s(literal -1/2 binary64) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))
(fma.f64 y (fma.f64 y (fma.f64 (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) #s(literal -1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) y) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) z)))) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (- (* -1/27 (* (pow t 3) (pow z 3))) (* -1 (pow y 3))) (+ (* 1/3 (* t (* z (- (* 1/3 (* t z)) (* -1 y))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (sin.f64 y)) (cos.f64 y))
(+ (cos y) (* z (- (* z (- (* -1/18 (* (pow t 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 z (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 1/3 binary64) t) (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* z (- (* z (- (+ (* -1/18 (* (pow t 2) (cos y))) (* z (- (* -1/3 (* t (* (cos y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))))) (* (sin y) (+ (* 1/162 (pow t 3)) (* 1/3 (/ (* t (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow t 2) y)) (* 1/9 (/ (pow t 2) y))))))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 z (fma.f64 z (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (sin.f64 y) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/162 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 t #s(literal 0 binary64)))))) (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) t) (sin.f64 y))) (cos.f64 y))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (sin.f64 y)) (cos.f64 y))
(+ (cos y) (* t (- (* t (- (* -1/18 (* (pow z 2) (cos y))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 t (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 1/3 binary64) z) (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* t (- (* t (- (+ (* -1/18 (* (pow z 2) (cos y))) (* t (- (* -1/3 (* z (* (cos y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))))) (* (sin y) (+ (* 1/162 (pow z 3)) (* 1/3 (/ (* z (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y)))) y))))))) (* -1 (* (sin y) (+ (* -1/9 (/ (pow z 2) y)) (* 1/9 (/ (pow z 2) y))))))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 (cos.f64 y) #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z #s(literal 0 binary64)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal 1/162 binary64))) (neg.f64 (sin.f64 y)))) (fma.f64 (*.f64 (*.f64 z z) #s(literal -1/18 binary64)) (cos.f64 y) (*.f64 (sin.f64 y) #s(literal 0 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) z) (sin.f64 y))) (cos.f64 y))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(cos (/ (+ (* -1/27 (* (pow t 3) (pow z 3))) (pow y 3)) (+ (* 1/3 (* t (* z (+ y (* 1/3 (* t z)))))) (pow y 2))))
(cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y))))
(* 1/27 (* (pow t 3) (pow z 3)))
(*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(pow y 3)
(*.f64 y (*.f64 y y))
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)))
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)))
(* (pow y 3) (+ 1 (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))
(*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)))
(pow y 3)
(*.f64 y (*.f64 y y))
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64))))
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64))))
(* -1 (* (pow y 3) (- (* -1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3))) 1)))
(neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (fma.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64))))
(pow y 3)
(*.f64 y (*.f64 y y))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(* 1/27 (* (pow t 3) (pow z 3)))
(*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(*.f64 (*.f64 z (*.f64 z z)) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z)))))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(*.f64 (*.f64 z (*.f64 z z)) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z)))))
(* (pow z 3) (+ (* 1/27 (pow t 3)) (/ (pow y 3) (pow z 3))))
(*.f64 (*.f64 z (*.f64 z z)) (fma.f64 (*.f64 t (*.f64 t t)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z)))))
(* 1/27 (* (pow t 3) (pow z 3)))
(*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(neg.f64 (*.f64 (*.f64 z (*.f64 z z)) (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z))))))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(neg.f64 (*.f64 (*.f64 z (*.f64 z z)) (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z))))))
(* -1 (* (pow z 3) (+ (* -1 (/ (pow y 3) (pow z 3))) (* -1/27 (pow t 3)))))
(neg.f64 (*.f64 (*.f64 z (*.f64 z z)) (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z))))))
(pow y 3)
(*.f64 y (*.f64 y y))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(+ (* 1/27 (* (pow t 3) (pow z 3))) (pow y 3))
(fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y)))
(* 1/27 (* (pow t 3) (pow z 3)))
(*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(*.f64 (*.f64 t (*.f64 t t)) (fma.f64 (*.f64 z (*.f64 z z)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 t (*.f64 t t)))))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(*.f64 (*.f64 t (*.f64 t t)) (fma.f64 (*.f64 z (*.f64 z z)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 t (*.f64 t t)))))
(* (pow t 3) (+ (* 1/27 (pow z 3)) (/ (pow y 3) (pow t 3))))
(*.f64 (*.f64 t (*.f64 t t)) (fma.f64 (*.f64 z (*.f64 z z)) #s(literal 1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 t (*.f64 t t)))))
(* 1/27 (* (pow t 3) (pow z 3)))
(*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
(*.f64 (fma.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (neg.f64 (*.f64 t (*.f64 t t))))) (neg.f64 (*.f64 t (*.f64 t t))))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
(*.f64 (fma.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (neg.f64 (*.f64 t (*.f64 t t))))) (neg.f64 (*.f64 t (*.f64 t t))))
(* -1 (* (pow t 3) (+ (* -1 (/ (pow y 3) (pow t 3))) (* -1/27 (pow z 3)))))
(*.f64 (fma.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64) (/.f64 (*.f64 y (*.f64 y y)) (neg.f64 (*.f64 t (*.f64 t t))))) (neg.f64 (*.f64 t (*.f64 t t))))
1
#s(literal 1 binary64)
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 z z) #s(literal 1 binary64))
(+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* 1/1944 (* (pow t 4) (pow z 2))))))
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 (pow.f64 t #s(literal 4 binary64)) #s(literal 1/1944 binary64)) (*.f64 z z) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) #s(literal 1 binary64))
(+ 1 (* (pow z 2) (+ (* -1/18 (pow t 2)) (* (pow z 2) (+ (* -1/524880 (* (pow t 6) (pow z 2))) (* 1/1944 (pow t 4)))))))
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (fma.f64 (*.f64 #s(literal -1/524880 binary64) (pow.f64 t #s(literal 6 binary64))) (*.f64 z z) (*.f64 (pow.f64 t #s(literal 4 binary64)) #s(literal 1/1944 binary64))) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) #s(literal 1 binary64))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
1
#s(literal 1 binary64)
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 z z) #s(literal 1 binary64))
(+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* 1/1944 (* (pow t 2) (pow z 4))))))
(fma.f64 (*.f64 t t) (fma.f64 (*.f64 z z) #s(literal -1/18 binary64) (*.f64 (*.f64 #s(literal 1/1944 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) #s(literal 1 binary64))
(+ 1 (* (pow t 2) (+ (* -1/18 (pow z 2)) (* (pow t 2) (+ (* -1/524880 (* (pow t 2) (pow z 6))) (* 1/1944 (pow z 4)))))))
(fma.f64 (*.f64 t t) (fma.f64 (*.f64 t t) (fma.f64 (*.f64 #s(literal -1/524880 binary64) (*.f64 t t)) (pow.f64 z #s(literal 6 binary64)) (*.f64 (pow.f64 z #s(literal 4 binary64)) #s(literal 1/1944 binary64))) (*.f64 (*.f64 z z) #s(literal -1/18 binary64))) #s(literal 1 binary64))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(cos (* 1/3 (* t z)))
(cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))
(*.f64 z (fma.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z z)) #s(literal -1/162 binary64) (*.f64 #s(literal 1/3 binary64) t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 (*.f64 #s(literal 1/29160 binary64) (pow.f64 t #s(literal 5 binary64))) (*.f64 z z) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/162 binary64))) (*.f64 #s(literal 1/3 binary64) t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/11022480 binary64) (*.f64 (*.f64 z z) (pow.f64 t #s(literal 7 binary64))) (*.f64 #s(literal 1/29160 binary64) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/162 binary64))) (*.f64 #s(literal 1/3 binary64) t)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(* 1/3 (* t z))
(*.f64 (*.f64 #s(literal 1/3 binary64) t) z)
(* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))
(*.f64 t (fma.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 t t)) (*.f64 z (*.f64 z z)) (*.f64 #s(literal 1/3 binary64) z)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))
(*.f64 t (fma.f64 (*.f64 t t) (fma.f64 (*.f64 #s(literal 1/29160 binary64) (*.f64 t t)) (pow.f64 z #s(literal 5 binary64)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/162 binary64))) (*.f64 #s(literal 1/3 binary64) z)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))
(*.f64 t (fma.f64 (*.f64 t t) (fma.f64 (*.f64 t t) (fma.f64 #s(literal 1/29160 binary64) (pow.f64 z #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal -1/11022480 binary64) (*.f64 t t)) (pow.f64 z #s(literal 7 binary64)))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/162 binary64))) (*.f64 #s(literal 1/3 binary64) z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z))
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)

eval312.0ms (1.5%)

Memory
49.7MiB live, 664.5MiB allocated
Compiler

Compiled 96 801 to 3 879 computations (96% saved)

prune374.0ms (1.8%)

Memory
31.4MiB live, 862.1MiB allocated
Pruning

72 alts after pruning (70 fresh and 2 done)

PrunedKeptTotal
New2 142552 197
Fresh201535
Picked415
Done011
Total2 166722 238
Accuracy
77.1%
Counts
2 238 → 72
Alt Table
Click to see full alt table
StatusAccuracyProgram
63.7%
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
63.6%
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
72.9%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
55.0%
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
60.6%
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
63.4%
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
54.8%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
64.8%
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
28.0%
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
30.8%
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
70.6%
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
62.2%
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
61.2%
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
51.1%
(/.f64 (/.f64 a b) #s(literal -3 binary64))
51.1%
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
51.1%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
51.0%
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
63.7%
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
51.0%
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
51.1%
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
64.6%
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
72.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
71.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
42.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (/.f64 t #s(literal 3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
55.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
52.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
36.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
9.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 y (*.f64 y y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
60.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
38.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
33.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
30.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
30.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
21.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
28.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
71.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
52.8%
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
51.1%
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
51.0%
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
51.0%
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
51.0%
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
24.5%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
23.4%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
8.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
24.1%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
26.9%
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) #s(literal -1/3 binary64))
23.3%
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
62.0%
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
69.8%
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
51.1%
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
51.0%
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
Compiler

Compiled 4 736 to 3 023 computations (36.2% saved)

simplify397.0ms (1.9%)

Memory
22.3MiB live, 704.8MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y)))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
cost-diff320
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))))
cost-diff5760
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))
cost-diff64
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
cost-diff256
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
cost-diff384
(/.f64 (/.f64 a b) #s(literal 3 binary64))
cost-diff0
(*.f64 (cos.f64 y) b)
cost-diff0
(*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b))
cost-diff0
(fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64)))
cost-diff0
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
cost-diff0
(/.f64 #s(literal -1/3 binary64) b)
cost-diff0
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
cost-diff0
(sqrt.f64 x)
cost-diff0
(cos.f64 y)
cost-diff0
(*.f64 (cos.f64 y) #s(literal 2 binary64))
cost-diff0
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
Rules
17 118×accelerator-lowering-fma.f32
17 118×accelerator-lowering-fma.f64
5 318×*-lowering-*.f32
5 318×*-lowering-*.f64
3 396×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
063558
1158558
2439550
31435550
43659550
56176538
08441510
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(+ (* (* (cos y) 2) (sqrt x)) (/ a (* b -3)))
(* (cos y) 2)
(cos y)
y
2
(sqrt x)
x
(/ a (* b -3))
a
(* b -3)
b
-3
(* a (/ -1/3 b))
a
(/ -1/3 b)
-1/3
b
(/ (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3)) b)
(+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3))
(* 2 (* (cos y) b))
2
(* (cos y) b)
(cos y)
y
b
(sqrt x)
x
(* a -1/3)
a
-1/3
(- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))
(* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))
(* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))
(/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y)))
(* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y))
(+ (* z (* t 1/3)) y)
z
(* t 1/3)
t
1/3
y
(+ (* (* z t) -1/3) y)
(* z t)
-1/3
(- (* (* z (* z (* t t))) 1/9) (* y y))
(* (* z (* z (* t t))) 1/9)
(* z (* z (* t t)))
(* z (* t t))
(* t t)
1/9
(* y y)
(- (* z (* t 1/3)) y)
(* z (* t 1/3))
(/ (/ a b) 3)
(/ a b)
a
b
3
(- (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y)))
(* 2 (sqrt x))
2
(sqrt x)
x
(+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))
z
(+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))
1/3
(* t (sin y))
t
(sin y)
y
(* (* z (cos y)) (* (* t t) -1/18))
(* z (cos y))
(cos y)
(* (* t t) -1/18)
(* t t)
-1/18
(/ a (* b 3))
a
(* b 3)
b
3
Outputs
(+ (* (* (cos y) 2) (sqrt x)) (/ a (* b -3)))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (cos y) 2)
(*.f64 (cos.f64 y) #s(literal 2 binary64))
(cos y)
(cos.f64 y)
y
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(/ a (* b -3))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
a
(* b -3)
(*.f64 b #s(literal -3 binary64))
b
-3
#s(literal -3 binary64)
(* a (/ -1/3 b))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
a
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
-1/3
#s(literal -1/3 binary64)
b
(/ (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3)) b)
(/.f64 (fma.f64 (cos.f64 y) (*.f64 b (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3))
(fma.f64 (cos.f64 y) (*.f64 b (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))
(* 2 (* (cos y) b))
(*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) b)
2
#s(literal 2 binary64)
(* (cos y) b)
(*.f64 (cos.f64 y) b)
(cos y)
(cos.f64 y)
y
b
(sqrt x)
(sqrt.f64 x)
x
(* a -1/3)
(*.f64 a #s(literal -1/3 binary64))
a
-1/3
#s(literal -1/3 binary64)
(- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)) (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)))))))
(* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)) (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y))))))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))
(cos.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)) (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)))))
(* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)) (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y))))
(/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y)))
(/.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal 1/9 binary64)) (*.f64 y (neg.f64 y))) (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y)))
(* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y))
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/9 binary64)) (*.f64 y y))
(+ (* z (* t 1/3)) y)
(fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)
z
(* t 1/3)
(*.f64 t #s(literal 1/3 binary64))
t
1/3
#s(literal 1/3 binary64)
y
(+ (* (* z t) -1/3) y)
(fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)
(* z t)
(*.f64 z t)
-1/3
#s(literal -1/3 binary64)
(- (* (* z (* z (* t t))) 1/9) (* y y))
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal 1/9 binary64)) (*.f64 y (neg.f64 y)))
(* (* z (* z (* t t))) 1/9)
(*.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal 1/9 binary64)))
(* z (* z (* t t)))
(*.f64 z (*.f64 t (*.f64 z t)))
(* z (* t t))
(*.f64 t (*.f64 z t))
(* t t)
(*.f64 t t)
1/9
#s(literal 1/9 binary64)
(* y y)
(*.f64 y y)
(- (* z (* t 1/3)) y)
(fma.f64 z (*.f64 t #s(literal 1/3 binary64)) (neg.f64 y))
(* z (* t 1/3))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(/ (/ a b) 3)
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/ a b)
(/.f64 a b)
a
b
3
#s(literal 3 binary64)
(- (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))) (/ a (* b 3)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (*.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/18 binary64)) #s(literal 1 binary64)) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (*.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/18 binary64)) #s(literal 1 binary64)) (cos.f64 y))))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))
(fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (*.f64 (fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/18 binary64)) #s(literal 1 binary64)) (cos.f64 y)))
z
(+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))
(*.f64 t (fma.f64 (cos.f64 y) (*.f64 z (*.f64 t #s(literal -1/18 binary64))) (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
1/3
#s(literal 1/3 binary64)
(* t (sin y))
(*.f64 t (sin.f64 y))
t
(sin y)
(sin.f64 y)
y
(* (* z (cos y)) (* (* t t) -1/18))
(*.f64 (cos.f64 y) (*.f64 (*.f64 t (*.f64 z t)) #s(literal -1/18 binary64)))
(* z (cos y))
(*.f64 (cos.f64 y) z)
(cos y)
(cos.f64 y)
(* (* t t) -1/18)
(*.f64 t (*.f64 t #s(literal -1/18 binary64)))
(* t t)
(*.f64 t t)
-1/18
#s(literal -1/18 binary64)
(/ a (* b 3))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
a
(* b 3)
(*.f64 b #s(literal 3 binary64))
b
3
#s(literal 3 binary64)

localize685.0ms (3.2%)

Memory
-20.6MiB live, 622.5MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy97.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y)))
accuracy97.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
accuracy97.0%
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))
accuracy92.5%
(*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))
accuracy92.1%
(*.f64 z (*.f64 t t))
accuracy90.6%
(-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))
accuracy49.5%
(cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
accuracy41.0%
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y)))
accuracy99.8%
(*.f64 (cos.f64 y) b)
accuracy99.8%
(fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64)))
accuracy99.4%
(*.f64 a #s(literal -1/3 binary64))
accuracy92.9%
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
accuracy99.7%
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
accuracy99.4%
(/.f64 #s(literal -1/3 binary64) b)
accuracy100.0%
(sqrt.f64 x)
accuracy100.0%
(cos.f64 y)
accuracy99.9%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
accuracy99.7%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
Samples
333.0ms152×1valid
72.0ms46×2valid
28.0ms58×0valid
Compiler

Compiled 536 to 65 computations (87.9% saved)

Precisions
Click to see histograms. Total time spent on operations: 362.0ms
const: 171.0ms (47.2% of total)
ival-mult: 69.0ms (19.1% of total)
ival-div: 33.0ms (9.1% of total)
ival-cos: 31.0ms (8.6% of total)
adjust: 19.0ms (5.2% of total)
ival-add: 15.0ms (4.1% of total)
ival-sub: 12.0ms (3.3% of total)
ival-sin: 8.0ms (2.2% of total)
ival-sqrt: 3.0ms (0.8% of total)
exact: 1.0ms (0.3% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series168.0ms (0.8%)

Memory
-67.3MiB live, 204.2MiB allocated
Counts
25 → 828
Calls
Call 1
Inputs
#<alt (+ (* (* (cos y) 2) (sqrt x)) (/ a (* b -3)))>
#<alt (* (cos y) 2)>
#<alt (cos y)>
#<alt (sqrt x)>
#<alt (* a (/ -1/3 b))>
#<alt (/ -1/3 b)>
#<alt (/ (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3)) b)>
#<alt (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3))>
#<alt (* 2 (* (cos y) b))>
#<alt (* (cos y) b)>
#<alt (/ (/ a b) 3)>
#<alt (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))>
#<alt (- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))>
#<alt (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y))>
#<alt (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))>
#<alt (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))>
#<alt (- (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))) (/ a (* b 3)))>
#<alt (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y)))>
#<alt (/ a (* b -3))>
#<alt (* a -1/3)>
#<alt (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y)))>
#<alt (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))>
#<alt (- (* (* z (* z (* t t))) 1/9) (* y y))>
#<alt (* z (* t t))>
#<alt (* (* z (cos y)) (* (* t t) -1/18))>
Outputs
#<alt (+ (* -1/3 (/ a b)) (* 2 (sqrt x)))>
#<alt (+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt 2>
#<alt (+ 2 (* -1 (pow y 2)))>
#<alt (+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))>
#<alt (+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt 1>
#<alt (+ 1 (* -1/2 (pow y 2)))>
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))>
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ -1/3 b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* b (sqrt x)))) b)>
#<alt (+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (* -1/3 (/ a b))>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (+ (* -1/3 a) (* 2 (* b (sqrt x))))>
#<alt (+ (* -1 (* (* b (pow y 2)) (sqrt x))) (+ (* -1/3 a) (* 2 (* b (sqrt x)))))>
#<alt (+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x)))))))>
#<alt (+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x)))))))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (* -1/3 a)>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))>
#<alt (* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))>
#<alt (* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))>
#<alt (* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))>
#<alt (* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))>
#<alt (* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))>
#<alt (* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))>
#<alt (* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))>
#<alt (* -1/3 a)>
#<alt (* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))>
#<alt (* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))>
#<alt (* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))>
#<alt (* -1/3 a)>
#<alt (* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))>
#<alt (* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))>
#<alt (* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))>
#<alt (* 2 b)>
#<alt (+ (* -1 (* b (pow y 2))) (* 2 b))>
#<alt (+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* 1/12 (* b (pow y 2))))))>
#<alt (+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* (pow y 2) (+ (* -1/360 (* b (pow y 2))) (* 1/12 b))))))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt (* 2 (* b (cos y)))>
#<alt b>
#<alt (+ b (* -1/2 (* b (pow y 2))))>
#<alt (+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))>
#<alt (+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt y>
#<alt (+ y (* -1 (/ (* z (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))>
#<alt (+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))>
#<alt (+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (+ (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* z (- (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))) (* -1/9 (/ (pow t 2) y)))))))>
#<alt (* -1/3 (* t z))>
#<alt (* z (+ (* -1/3 t) (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z)))))>
#<alt (* z (- (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* t (pow z 2))))))>
#<alt (* z (- (+ (* -9 (/ (pow y 3) (* (pow t 2) (pow z 3)))) (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y)))) (* (pow t 4) (pow z 3)))) (* 3 (/ (pow y 2) (* t (pow z 2)))))))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* z (+ (* -9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow t 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y)))) (pow t 4)))) z)) (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2)))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))>
#<alt y>
#<alt (+ y (* -1 (/ (* t (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))>
#<alt (+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))))>
#<alt (+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (+ (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* t (- (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))) (* -1/9 (/ (pow z 2) y)))))))>
#<alt (* -1/3 (* t z))>
#<alt (* t (+ (* -1/3 z) (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2))))))>
#<alt (* t (- (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* (pow t 2) z)))))>
#<alt (* t (- (+ (* -9 (/ (pow y 3) (* (pow t 3) (pow z 2)))) (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2))))) (* (pow t 3) (pow z 4)))) (* 3 (/ (pow y 2) (* (pow t 2) z))))))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* t (+ (* -9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow z 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2))))) (pow z 4)))) t)) (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2)))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))>
#<alt (* -1/3 (* t z))>
#<alt (+ (* -1/3 (* t z)) (* 9 (/ (* y (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))>
#<alt (+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))>
#<alt (+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (+ (* -1 (* y (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))) (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2))))) (* 3 (/ 1 (* t z))))))))>
#<alt y>
#<alt (* y (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y))))>
#<alt (* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))))) (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2)))))>
#<alt (* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (+ (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))) (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))) (pow y 3))))))>
#<alt y>
#<alt (* -1 (* y (- (+ (* -1/3 (/ (* t z) y)) (* 2/3 (/ (* t z) y))) 1)))>
#<alt (* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))>
#<alt (* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (+ (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* -1 (/ (- (* 1/27 (* (pow t 3) (pow z 3))) (* 1/9 (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))))) y))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))>
#<alt (* -2 (* (sqrt x) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (sqrt x) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))) (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2)))) (* z (+ (* 2 (* (sqrt x) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4))))))))) (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)) (sqrt x)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* 2 (* (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))))) (* 2 (* (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4))))))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* -18 (* (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* y (+ (* 2 (* (sqrt x) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2)))))))))))) (* 2 (* (sqrt x) (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))>
#<alt (pow y 2)>
#<alt (+ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))>
#<alt (+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))>
#<alt (+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))>
#<alt (* -1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (* 1/3 (/ (* t y) z)))))>
#<alt (* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))>
#<alt (* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))>
#<alt (* -1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) z)) (* -1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))>
#<alt (pow y 2)>
#<alt (+ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))>
#<alt (+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))>
#<alt (+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))>
#<alt (* -1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (* 1/3 (/ (* y z) t)))))>
#<alt (* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))>
#<alt (* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))>
#<alt (* -1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) t)) (* -1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))>
#<alt (* -1/9 (* (pow t 2) (pow z 2)))>
#<alt (+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))>
#<alt (+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))>
#<alt (+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))>
#<alt (pow y 2)>
#<alt (* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y)))))>
#<alt (* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))>
#<alt (* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))>
#<alt (pow y 2)>
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y))))>
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))>
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))>
#<alt (* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))>
#<alt (* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))>
#<alt (* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))>
#<alt (* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))>
#<alt (* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))>
#<alt (+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))>
#<alt (* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))>
#<alt (* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))>
#<alt (* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))>
#<alt (* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))>
#<alt (* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))>
#<alt (* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))>
#<alt (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))>
#<alt (+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* y z)))))>
#<alt (+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))>
#<alt (+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (+ (* -1/18 (* t (* y z))) (* 1/36 (* (pow t 2) (pow z 2)))) 1/2))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))>
#<alt (* 1/3 (* t (sin y)))>
#<alt (* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))>
#<alt (* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))>
#<alt (* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))>
#<alt (* -1/18 (* (pow t 2) z))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* 1/3 (* t y)))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/36 (* (pow t 2) (* y z))) (* 1/3 t))))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/3 t) (* y (+ (* -1/18 (* t y)) (* 1/36 (* (pow t 2) z)))))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (* 1/3 (* t (sin y)))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))>
#<alt (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))>
#<alt (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))>
#<alt (* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))>
#<alt (* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))>
#<alt (* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))>
#<alt (* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))>
#<alt (* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))>
#<alt (* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))>
#<alt (- (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))>
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))>
#<alt (* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))>
#<alt (* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))>
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))>
#<alt (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))>
#<alt (+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))))>
#<alt (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))>
#<alt (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt (* -1/3 a)>
#<alt -1>
#<alt (- (* -1 (/ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))) 1)>
#<alt (- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 4))))) 1)>
#<alt (- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* (pow z 2) (- (* -1/81 (/ (* (pow t 4) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 6))) (* 1/9 (/ (* (pow t 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 4))))))) 1)>
#<alt -1>
#<alt (- (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)>
#<alt (- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))) 1)>
#<alt (- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 5))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))))>
#<alt -1>
#<alt (- (* -9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)>
#<alt (- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)>
#<alt (- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 4))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)>
#<alt -1>
#<alt (- (* -1 (/ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))) 1)>
#<alt (- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 4))))) 1)>
#<alt (- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* (pow t 2) (- (* -1/81 (/ (* (pow t 2) (* (pow z 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 6))) (* 1/9 (/ (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 4))))))) 1)>
#<alt -1>
#<alt (- (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)>
#<alt (- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))) 1)>
#<alt (- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 5) (pow z 6))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))))>
#<alt -1>
#<alt (- (* -9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)>
#<alt (- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)>
#<alt (- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 4) (pow z 6))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)>
#<alt -1>
#<alt (- (* 9 (/ (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 2) (pow z 2)))) 1)>
#<alt (- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 4) (pow z 4)))))) 1)>
#<alt (- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* (pow y 2) (- (* 729 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 6) (pow z 6)))) (* -81 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 4) (pow z 4)))))))) 1)>
#<alt -1>
#<alt (- (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) 1)>
#<alt (- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))) 1)>
#<alt (- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 5)))) (+ 1 (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))))>
#<alt -1>
#<alt (- (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y))) 1)>
#<alt (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)>
#<alt (- (* -1 (/ (- (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 4)))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)>
#<alt (cos y)>
#<alt (+ (cos y) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2)))>
#<alt (+ (cos y) (* z (- (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))>
#<alt (+ (cos y) (* z (- (* z (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos y)>
#<alt (+ (cos y) (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)))>
#<alt (+ (cos y) (* t (- (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))>
#<alt (+ (cos y) (* t (- (* t (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (* -1/3 (* t z)))>
#<alt (+ (cos (* -1/3 (* t z))) (* -9 (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2)))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* y (- (+ (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))))))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))>
#<alt (* -1 (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (* 1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* 1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))>
#<alt (* -1 (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))>
#<alt (* 1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* 1/9 (* (pow t 2) (pow z 2)))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))>
#<alt (* 1/9 (* (pow t 2) (pow z 2)))>
#<alt (+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))>
#<alt (+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))>
#<alt (+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))>
#<alt (* -1 (pow y 2))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* -1 (pow y 2))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* (pow t 2) z)>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) z))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* 1/36 (* (pow t 2) (* (pow y 2) z))))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) (* (pow y 2) z))) (* 1/36 (* (pow t 2) z)))))>
#<alt (+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* 1/36 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) z)) (* 1/12960 (* (pow t 2) (* (pow y 2) z))))))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
#<alt (* -1/18 (* (pow t 2) (* z (cos y))))>
Calls

207 calls:

TimeVariablePointExpression
24.0ms
b
@0
(/ (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3)) b)
15.0ms
a
@inf
(- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))
12.0ms
z
@0
(* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))
4.0ms
z
@inf
(- (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))) (/ a (* b 3)))
4.0ms
x
@0
(- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))

rewrite546.0ms (2.6%)

Memory
7.6MiB live, 790.1MiB allocated
Algorithm
batch-egg-rewrite
Rules
5 866×accelerator-lowering-fma.f32
5 866×accelerator-lowering-fma.f64
5 550×*-lowering-*.f32
5 550×*-lowering-*.f64
4 986×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
063375
1320317
22893317
09062293
Stop Event
iter limit
node limit
Counts
25 → 885
Calls
Call 1
Inputs
(+ (* (* (cos y) 2) (sqrt x)) (/ a (* b -3)))
(* (cos y) 2)
(cos y)
(sqrt x)
(* a (/ -1/3 b))
(/ -1/3 b)
(/ (+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3)) b)
(+ (* (* 2 (* (cos y) b)) (sqrt x)) (* a -1/3))
(* 2 (* (cos y) b))
(* (cos y) b)
(/ (/ a b) 3)
(* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y))
(- (* (* 2 (sqrt x)) (cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))) (/ (/ a b) 3))
(* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y))
(+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))
(+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))
(- (* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* z (+ (* 1/3 (* t (sin y))) (* (* z (cos y)) (* (* t t) -1/18)))) (cos y)))
(/ a (* b -3))
(* a -1/3)
(/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y)))
(cos (* (/ (* (+ (* z (* t 1/3)) y) (+ (* (* z t) -1/3) y)) (- (* (* z (* z (* t t))) 1/9) (* y y))) (- (* z (* t 1/3)) y)))
(- (* (* z (* z (* t t))) 1/9) (* y y))
(* z (* t t))
(* (* z (cos y)) (* (* t t) -1/18))
Outputs
(+.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(+.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 #s(literal 1/3 binary64) (/.f64 a (neg.f64 b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 #s(literal 1 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) (/.f64 a #s(literal 3 binary64)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 #s(literal 1/9 binary64) (*.f64 (/.f64 a b) (/.f64 a b)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 (/.f64 a b) (/.f64 a b)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (neg.f64 (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(pow.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (-.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 (cos.f64 y) #s(literal 2 binary64))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(cos.f64 y)
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))
(sqrt.f64 x)
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 x #s(literal 1/2 binary64))
(pow.f64 (*.f64 x x) #s(literal 1/4 binary64))
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(/.f64 (neg.f64 a) (*.f64 b #s(literal 3 binary64)))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64))) (neg.f64 b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) (neg.f64 b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) a)) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal -3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(*.f64 #s(literal 1/3 binary64) (/.f64 a (neg.f64 b)))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(*.f64 (/.f64 #s(literal -1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64)))
(neg.f64 (/.f64 #s(literal 1/3 binary64) b))
(/.f64 #s(literal -1/3 binary64) b)
(/.f64 #s(literal -1/3 binary64) (neg.f64 (neg.f64 b)))
(/.f64 #s(literal 1/3 binary64) (neg.f64 b))
(/.f64 #s(literal 1/3 binary64) (neg.f64 (neg.f64 (neg.f64 b))))
(/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) #s(literal 1 binary64)))
(/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64))
(/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 3 binary64)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) #s(literal 1 binary64))))
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))
(pow.f64 (*.f64 b #s(literal -3 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) b))
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) #s(literal 1/3 binary64))
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)))
(-.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))) b) (/.f64 (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))) b))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 b)) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (neg.f64 b)))
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (*.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))))
(neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (neg.f64 b)))
(neg.f64 (/.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) b))
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(/.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) (neg.f64 b))
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (*.f64 b (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))))
(/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (*.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))))
(/.f64 (*.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) b))
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) b))
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))) (neg.f64 (*.f64 b (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) (neg.f64 (neg.f64 b)))
(/.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) b)
(/.f64 (*.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))))
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) b)))
(/.f64 (neg.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) b)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (neg.f64 b))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(pow.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(*.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b))
(*.f64 (/.f64 #s(literal 1 binary64) b) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 b (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(*.f64 (pow.f64 (/.f64 b (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(*.f64 (/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) b) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(+.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))
(+.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(-.f64 (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))) (/.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) b (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 a #s(literal -1/3 binary64) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))
(fma.f64 #s(literal -1/3 binary64) a (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))
(fma.f64 (*.f64 (cos.f64 y) b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) b) (*.f64 a #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) #s(literal 2 binary64) (*.f64 a #s(literal -1/3 binary64)))
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))))
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (fma.f64 #s(literal 1/9 binary64) (*.f64 a a) (-.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a))))))
(/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 a a) (-.f64 (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x))) (neg.f64 (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))
(pow.f64 (/.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x)))))) (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a)) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a))))) #s(literal -1 binary64))
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64) (pow.f64 (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (*.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 b (sqrt.f64 x))))))))
(*.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b)) #s(literal 2 binary64)) x (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 #s(literal 1/3 binary64) a))))
(*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) b))
(*.f64 (cos.f64 y) (*.f64 b #s(literal 2 binary64)))
(*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b))
(*.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) b)
(*.f64 b (*.f64 (cos.f64 y) #s(literal 2 binary64)))
(*.f64 (*.f64 (cos.f64 y) b) #s(literal 2 binary64))
(*.f64 (*.f64 #s(literal 2 binary64) b) (cos.f64 y))
(*.f64 (cos.f64 y) b)
(*.f64 b (cos.f64 y))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(neg.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal -3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal 3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal 3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a (neg.f64 b)))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 (neg.f64 a) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal -1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(+.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 y)))
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (/.f64 y (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (/.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(fma.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 y)))
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))))
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (*.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))) (neg.f64 (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (neg.f64 (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64))) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(pow.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) #s(literal -1 binary64))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))
(*.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(*.f64 (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(*.f64 (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal -1 binary64)) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(+.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 #s(literal 1/3 binary64) (/.f64 a (neg.f64 b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 #s(literal 1 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 2 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) (/.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (*.f64 (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(pow.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) #s(literal -1 binary64))
(*.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(+.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(+.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(+.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) y) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))
(+.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) y))
(+.f64 (*.f64 y (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (*.f64 y (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (-.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 y (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 z t) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 z (*.f64 (*.f64 #s(literal -1/3 binary64) t) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 y (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(fma.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) y (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (*.f64 z t) (*.f64 #s(literal -1/3 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) y (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))
(fma.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) y))
(fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) #s(literal -1/3 binary64)) (*.f64 z t) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) z) (*.f64 #s(literal -1/3 binary64) t) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 z t)) #s(literal -1/3 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 y (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 y (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 y (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 y (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 y (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 y (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 y (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 (/.f64 y (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (-.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (neg.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (neg.f64 (fma.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (neg.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(+.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))
(+.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (sin.f64 y)) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(+.f64 (+.f64 (cos.f64 y) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (sin.f64 y))) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 (*.f64 (cos.f64 y) z) z)))
(-.f64 (/.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))))
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))) (/.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))))
(fma.f64 z (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))
(fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t (sin.f64 y)) z) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 (sin.f64 y) z) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (sin.f64 y) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (*.f64 t (sin.f64 y)) (*.f64 #s(literal 1/3 binary64) z) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) z (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) z (cos.f64 y))
(fma.f64 (*.f64 z #s(literal 1/3 binary64)) (*.f64 t (sin.f64 y)) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(fma.f64 (*.f64 z (*.f64 t (sin.f64 y))) #s(literal 1/3 binary64) (fma.f64 z (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(/.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))))
(/.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 (cos.f64 y) z)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))
(/.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 (cos.f64 y) z))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))))
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)))))
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))))
(pow.f64 (/.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal -1 binary64))
(*.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)))))
(*.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))))
(+.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(+.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (/.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)) (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))) (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))))
(fma.f64 (cos.f64 y) (*.f64 z (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 z (*.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 t (*.f64 (*.f64 t #s(literal -1/18 binary64)) (*.f64 (cos.f64 y) z)) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 t (*.f64 (sin.f64 y) #s(literal 1/3 binary64)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (sin.f64 y) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (sin.f64 y) (*.f64 t #s(literal 1/3 binary64)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 (*.f64 t (sin.f64 y)) #s(literal 1/3 binary64) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(fma.f64 (*.f64 (cos.f64 y) z) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 (cos.f64 y) z) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))) #s(literal -1/18 binary64) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) z (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) z) t) (*.f64 t #s(literal -1/18 binary64)) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (*.f64 (cos.f64 y) z) #s(literal -1/18 binary64)) (*.f64 t t) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) z) (cos.f64 y) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) t (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(/.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))))
(/.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64))) (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))) #s(literal 2 binary64)) #s(literal 1/324 binary64) (-.f64 (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) (*.f64 (cos.f64 y) z)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))) (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64))))))
(/.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)))) (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))) (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (pow.f64 (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))) #s(literal 2 binary64)) #s(literal 1/324 binary64) (-.f64 (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) (*.f64 (cos.f64 y) z))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64))))) (neg.f64 (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))))
(pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)))))) (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 t (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (-.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))))))))
(*.f64 (fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y))) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))))
(+.f64 (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(+.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(+.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 z (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 z (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 #s(literal 1/3 binary64) (/.f64 a (neg.f64 b)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 #s(literal 1 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) (/.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (sqrt.f64 x)) #s(literal 2 binary64) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) z) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) z) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) z (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) z (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))))
(/.f64 (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(pow.f64 (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(+.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 x)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) #s(literal 2 binary64)) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 z (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) z) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) z (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(fma.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(/.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (-.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y)))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (neg.f64 (-.f64 (*.f64 (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (*.f64 z (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))))) (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (-.f64 (*.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))) (cos.f64 y))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)))
(*.f64 (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y))) #s(literal 2 binary64))
(*.f64 (*.f64 (fma.f64 z (fma.f64 t (*.f64 #s(literal 1/3 binary64) (sin.f64 y)) (*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))) (cos.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(/.f64 (neg.f64 a) (*.f64 b #s(literal 3 binary64)))
(/.f64 (/.f64 a (neg.f64 b)) #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64))) (neg.f64 b))
(/.f64 (*.f64 #s(literal 1/3 binary64) a) (neg.f64 b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) a)) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal -3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal -3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 b (*.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(*.f64 #s(literal 1/3 binary64) (/.f64 a (neg.f64 b)))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (/.f64 a (neg.f64 b)) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)))
(*.f64 (/.f64 #s(literal -1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 b)) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 a #s(literal -1/3 binary64))
(*.f64 #s(literal -1/3 binary64) a)
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) #s(literal -1 binary64)))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (/.f64 (*.f64 y y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(neg.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(neg.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))
(/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal 1 binary64))))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (neg.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))
(/.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (neg.f64 (*.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))))
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(pow.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(*.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))))
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))
(*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(*.f64 (/.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)))))))
(*.f64 (/.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (fma.f64 y (-.f64 y (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (neg.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) #s(literal -1 binary64)) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(-.f64 (*.f64 (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 y)))) (*.f64 (sin.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 y)))))
(-.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 (neg.f64 y) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))
(+.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))
(+.f64 (neg.f64 (*.f64 y y)) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))
(-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64)) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))) (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))))
(fma.f64 y (neg.f64 y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))
(fma.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 z t) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (neg.f64 (*.f64 y y)))
(fma.f64 z (*.f64 z (*.f64 (*.f64 t t) #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))
(fma.f64 z (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (neg.f64 (*.f64 y y)))
(fma.f64 z (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 z (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z t) (*.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z t) (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 t t) (pow.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 2 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 t t) (pow.f64 (*.f64 #s(literal 1/3 binary64) z) #s(literal 2 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 t t) (pow.f64 (*.f64 z #s(literal -1/3 binary64)) #s(literal 2 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))
(fma.f64 #s(literal 1/9 binary64) (*.f64 z (*.f64 z (*.f64 t t))) (neg.f64 (*.f64 y y)))
(fma.f64 (neg.f64 y) y (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z z) (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 #s(literal -1/3 binary64) t)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 1/9 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 z (*.f64 (*.f64 t t) #s(literal 1/9 binary64))) z (neg.f64 (*.f64 y y)))
(fma.f64 #s(literal -1 binary64) (*.f64 y y) (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))))
(fma.f64 (*.f64 (*.f64 t #s(literal 1/3 binary64)) (*.f64 t #s(literal 1/3 binary64))) (*.f64 z z) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) t) (*.f64 #s(literal -1/3 binary64) t)) (*.f64 z z) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 #s(literal 1/9 binary64) z) (*.f64 z (*.f64 t t)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (*.f64 t t) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal -1/3 binary64)) (*.f64 z t) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) z) (*.f64 #s(literal -1/3 binary64) t) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (*.f64 z t)) #s(literal -1/3 binary64) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 t #s(literal 1/3 binary64))) z (neg.f64 (*.f64 y y)))
(fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (*.f64 z t)) #s(literal 1/3 binary64) (neg.f64 (*.f64 y y)))
(fma.f64 (pow.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 t t) (neg.f64 (*.f64 y y)))
(fma.f64 (pow.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 2 binary64)) (*.f64 t t) (neg.f64 (*.f64 y y)))
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64) (-.f64 (*.f64 y (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (neg.f64 (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64) (-.f64 (*.f64 y (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (neg.f64 (*.f64 y y)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y)))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)))))
(pow.f64 (/.f64 (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64))) (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y))))) #s(literal -1 binary64))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))
(*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t))))) #s(literal 1/729 binary64) (neg.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y)) (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)))))
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal 1/81 binary64)) (*.f64 y (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))))
(*.f64 z (*.f64 t t))
(*.f64 t (*.f64 z t))
(*.f64 (*.f64 z t) t)
(*.f64 (*.f64 t t) z)
(*.f64 (cos.f64 y) (*.f64 z (*.f64 (*.f64 t t) #s(literal -1/18 binary64))))
(*.f64 z (*.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))))
(*.f64 t (*.f64 (*.f64 t #s(literal -1/18 binary64)) (*.f64 (cos.f64 y) z)))
(*.f64 (*.f64 t t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z)))
(*.f64 (*.f64 (cos.f64 y) z) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))
(*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 (cos.f64 y) z))
(*.f64 (*.f64 (cos.f64 y) (*.f64 z (*.f64 t t))) #s(literal -1/18 binary64))
(*.f64 (*.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64))) z)
(*.f64 (*.f64 (*.f64 (cos.f64 y) z) t) (*.f64 t #s(literal -1/18 binary64)))
(*.f64 (*.f64 (*.f64 (cos.f64 y) z) #s(literal -1/18 binary64)) (*.f64 t t))
(*.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) z) (cos.f64 y))

simplify596.0ms (2.8%)

Memory
29.5MiB live, 1 200.4MiB allocated
Algorithm
egg-herbie
Rules
8 658×*-lowering-*.f32
8 658×*-lowering-*.f64
8 030×accelerator-lowering-fma.f32
8 030×accelerator-lowering-fma.f64
5 104×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0130218511
1449017512
0965316539
Stop Event
iter limit
node limit
Counts
828 → 828
Calls
Call 1
Inputs
(+ (* -1/3 (/ a b)) (* 2 (sqrt x)))
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
2
(+ 2 (* -1 (pow y 2)))
(+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))
(+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
1
(+ 1 (* -1/2 (pow y 2)))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ -1/3 b)
(/ (+ (* -1/3 a) (* 2 (* b (sqrt x)))) b)
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(* -1/3 (/ a b))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(* 2 (* (sqrt x) (cos y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(+ (* -1/3 a) (* 2 (* b (sqrt x))))
(+ (* -1 (* (* b (pow y 2)) (sqrt x))) (+ (* -1/3 a) (* 2 (* b (sqrt x)))))
(+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x)))))))
(+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x)))))))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(* -1/3 a)
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(* 2 (* (* b (cos y)) (sqrt x)))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(* 2 (* (* b (cos y)) (sqrt x)))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(* 2 (* (* b (cos y)) (sqrt x)))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(* 2 (* (* b (cos y)) (sqrt x)))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(* -1/3 a)
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(* -1/3 a)
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(* 2 b)
(+ (* -1 (* b (pow y 2))) (* 2 b))
(+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* 1/12 (* b (pow y 2))))))
(+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* (pow y 2) (+ (* -1/360 (* b (pow y 2))) (* 1/12 b))))))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
(* 2 (* b (cos y)))
b
(+ b (* -1/2 (* b (pow y 2))))
(+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))
(+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
y
(+ y (* -1 (/ (* z (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))
(+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))
(+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (+ (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* z (- (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))) (* -1/9 (/ (pow t 2) y)))))))
(* -1/3 (* t z))
(* z (+ (* -1/3 t) (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z)))))
(* z (- (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* t (pow z 2))))))
(* z (- (+ (* -9 (/ (pow y 3) (* (pow t 2) (pow z 3)))) (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y)))) (* (pow t 4) (pow z 3)))) (* 3 (/ (pow y 2) (* t (pow z 2)))))))
(* -1/3 (* t z))
(* -1 (* z (+ (* -9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow t 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y)))) (pow t 4)))) z)) (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2)))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))
y
(+ y (* -1 (/ (* t (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))
(+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))))
(+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (+ (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* t (- (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))) (* -1/9 (/ (pow z 2) y)))))))
(* -1/3 (* t z))
(* t (+ (* -1/3 z) (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2))))))
(* t (- (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* (pow t 2) z)))))
(* t (- (+ (* -9 (/ (pow y 3) (* (pow t 3) (pow z 2)))) (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2))))) (* (pow t 3) (pow z 4)))) (* 3 (/ (pow y 2) (* (pow t 2) z))))))
(* -1/3 (* t z))
(* -1 (* t (+ (* -9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow z 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2))))) (pow z 4)))) t)) (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2)))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))
(* -1/3 (* t z))
(+ (* -1/3 (* t z)) (* 9 (/ (* y (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))
(+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))
(+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (+ (* -1 (* y (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))) (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2))))) (* 3 (/ 1 (* t z))))))))
y
(* y (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y))))
(* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))))) (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2)))))
(* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (+ (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))) (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))) (pow y 3))))))
y
(* -1 (* y (- (+ (* -1/3 (/ (* t z) y)) (* 2/3 (/ (* t z) y))) 1)))
(* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))
(* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (+ (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* -1 (/ (- (* 1/27 (* (pow t 3) (pow z 3))) (* 1/9 (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))))) y))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(* -2 (* (sqrt x) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (sqrt x) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))) (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2)))) (* z (+ (* 2 (* (sqrt x) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4))))))))) (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)) (sqrt x)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* 2 (* (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))))) (* 2 (* (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4))))))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(- (+ (* -18 (* (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* y (+ (* 2 (* (sqrt x) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2)))))))))))) (* 2 (* (sqrt x) (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(pow y 2)
(+ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))
(+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))
(+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))
(* -1/9 (* (pow t 2) (pow z 2)))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (* 1/3 (/ (* t y) z)))))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))
(* -1/9 (* (pow t 2) (pow z 2)))
(* (pow z 2) (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) z)) (* -1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))
(pow y 2)
(+ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))
(+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))
(+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))
(* -1/9 (* (pow t 2) (pow z 2)))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (* 1/3 (/ (* y z) t)))))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))
(* -1/9 (* (pow t 2) (pow z 2)))
(* (pow t 2) (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) t)) (* -1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))
(* -1/9 (* (pow t 2) (pow z 2)))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))
(pow y 2)
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y)))))
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
(pow y 2)
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y))))
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))
(+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* y z)))))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (+ (* -1/18 (* t (* y z))) (* 1/36 (* (pow t 2) (pow z 2)))) 1/2))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(* 1/3 (* t (sin y)))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(* -1/18 (* (pow t 2) z))
(+ (* -1/18 (* (pow t 2) z)) (* 1/3 (* t y)))
(+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/36 (* (pow t 2) (* y z))) (* 1/3 t))))
(+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/3 t) (* y (+ (* -1/18 (* t y)) (* 1/36 (* (pow t 2) z)))))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(* 1/3 (* t (sin y)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))
(* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))
(* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(- (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))
(+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))))
(+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))
(+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
(* -1/3 a)
-1
(- (* -1 (/ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))) 1)
(- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 4))))) 1)
(- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* (pow z 2) (- (* -1/81 (/ (* (pow t 4) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 6))) (* 1/9 (/ (* (pow t 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 4))))))) 1)
-1
(- (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)
(- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))) 1)
(- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 5))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))))
-1
(- (* -9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)
(- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)
(- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 4))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)
-1
(- (* -1 (/ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))) 1)
(- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 4))))) 1)
(- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* (pow t 2) (- (* -1/81 (/ (* (pow t 2) (* (pow z 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 6))) (* 1/9 (/ (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 4))))))) 1)
-1
(- (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)
(- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))) 1)
(- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 5) (pow z 6))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))))
-1
(- (* -9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)
(- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)
(- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 4) (pow z 6))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)
-1
(- (* 9 (/ (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 2) (pow z 2)))) 1)
(- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 4) (pow z 4)))))) 1)
(- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* (pow y 2) (- (* 729 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 6) (pow z 6)))) (* -81 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 4) (pow z 4)))))))) 1)
-1
(- (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) 1)
(- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))) 1)
(- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 5)))) (+ 1 (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))))
-1
(- (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y))) 1)
(- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)
(- (* -1 (/ (- (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 4)))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)
(cos y)
(+ (cos y) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2)))
(+ (cos y) (* z (- (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))
(+ (cos y) (* z (- (* z (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos y)
(+ (cos y) (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)))
(+ (cos y) (* t (- (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))
(+ (cos y) (* t (- (* t (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (* -1/3 (* t z)))
(+ (cos (* -1/3 (* t z))) (* -9 (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2)))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (- (+ (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))))))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(* -1 (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(* 1/9 (* (pow t 2) (pow z 2)))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* 1/9 (* (pow t 2) (pow z 2)))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(* -1 (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(* 1/9 (* (pow t 2) (pow z 2)))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* 1/9 (* (pow t 2) (pow z 2)))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(* 1/9 (* (pow t 2) (pow z 2)))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(* -1 (pow y 2))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* -1 (pow y 2))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* (pow t 2) z)
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) z))
(+ (* -1/18 (* (pow t 2) z)) (* 1/36 (* (pow t 2) (* (pow y 2) z))))
(+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) (* (pow y 2) z))) (* 1/36 (* (pow t 2) z)))))
(+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* 1/36 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) z)) (* 1/12960 (* (pow t 2) (* (pow y 2) z))))))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
Outputs
(+ (* -1/3 (/ a b)) (* 2 (sqrt x)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(-.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sqrt.f64 x) (*.f64 y y)))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 (sqrt.f64 x) (*.f64 y y)) #s(literal 1/12 binary64) (neg.f64 (sqrt.f64 x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (*.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (*.f64 #s(literal -1/360 binary64) (sqrt.f64 x)) (*.f64 y y))) (neg.f64 (sqrt.f64 x))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (neg.f64 (cos.f64 y)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
2
#s(literal 2 binary64)
(+ 2 (* -1 (pow y 2)))
(-.f64 #s(literal 2 binary64) (*.f64 y y))
(+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/12 binary64) #s(literal -1 binary64)) #s(literal 2 binary64))
(+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal -1/360 binary64) #s(literal 1/12 binary64)) #s(literal -1 binary64)) #s(literal 2 binary64))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
1
#s(literal 1 binary64)
(+ 1 (* -1/2 (pow y 2)))
(fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ -1/3 b)
(/.f64 #s(literal -1/3 binary64) b)
(/ (+ (* -1/3 a) (* 2 (* b (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) a)) b)
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(-.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sqrt.f64 x) (*.f64 y y)))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 (sqrt.f64 x) (*.f64 y y)) #s(literal 1/12 binary64) (neg.f64 (sqrt.f64 x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (*.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (*.f64 #s(literal -1/360 binary64) (sqrt.f64 x)) (*.f64 y y))) (neg.f64 (sqrt.f64 x))))))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (neg.f64 (cos.f64 y)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (/.f64 a (*.f64 b x)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (cos.f64 y)))) (neg.f64 x))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal 1/3 binary64) b))))
(+ (* -1/3 a) (* 2 (* b (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1 (* (* b (pow y 2)) (sqrt x))) (+ (* -1/3 a) (* 2 (* b (sqrt x)))))
(-.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) a)) (*.f64 (sqrt.f64 x) (*.f64 b (*.f64 y y))))
(+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x)))))))
(fma.f64 #s(literal -1/3 binary64) a (fma.f64 (*.f64 y y) (fma.f64 #s(literal 1/12 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (*.f64 y y))) (neg.f64 (*.f64 b (sqrt.f64 x)))) (*.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x)))))
(+ (* -1/3 a) (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x)))))))))
(fma.f64 #s(literal -1/3 binary64) a (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 #s(literal -1/360 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (*.f64 y y))) (*.f64 #s(literal 1/12 binary64) (*.f64 b (sqrt.f64 x)))) (neg.f64 (*.f64 b (sqrt.f64 x)))) (*.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x)))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(*.f64 b (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(*.f64 b (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(* b (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y)))))
(*.f64 b (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(*.f64 (fma.f64 (/.f64 a b) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (cos.f64 y))) (neg.f64 b))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(*.f64 (fma.f64 (/.f64 a b) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (cos.f64 y))) (neg.f64 b))
(* -1 (* b (+ (* -2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))))
(*.f64 (fma.f64 (/.f64 a b) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (cos.f64 y))) (neg.f64 b))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x)))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x)))
(* x (+ (* -1/3 (/ a x)) (* 2 (* (* b (cos y)) (sqrt (/ 1 x))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x)))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (*.f64 #s(literal -2 binary64) (*.f64 b (neg.f64 (cos.f64 y)))) (sqrt.f64 x))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (neg.f64 (cos.f64 y)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 a #s(literal 1/3 binary64)) x)) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (neg.f64 (cos.f64 y)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 a #s(literal 1/3 binary64)) x)) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a x)) (* 2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt (/ 1 x)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (neg.f64 (cos.f64 y)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 a #s(literal 1/3 binary64)) x)) (neg.f64 x))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a))
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64)))
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64)))
(* a (- (* 2 (* (/ (* b (cos y)) a) (sqrt x))) 1/3))
(*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64)))
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal 1/3 binary64)) (neg.f64 a))
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal 1/3 binary64)) (neg.f64 a))
(* -1 (* a (+ 1/3 (* -2 (* (/ (* b (cos y)) a) (sqrt x))))))
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal 1/3 binary64)) (neg.f64 a))
(* 2 b)
(*.f64 b #s(literal 2 binary64))
(+ (* -1 (* b (pow y 2))) (* 2 b))
(-.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 b (*.f64 y y)))
(+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* 1/12 (* b (pow y 2))))))
(fma.f64 (*.f64 y y) (fma.f64 #s(literal 1/12 binary64) (*.f64 b (*.f64 y y)) (neg.f64 b)) (*.f64 b #s(literal 2 binary64)))
(+ (* 2 b) (* (pow y 2) (+ (* -1 b) (* (pow y 2) (+ (* -1/360 (* b (pow y 2))) (* 1/12 b))))))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 #s(literal -1/360 binary64) (*.f64 b (*.f64 y y)) (*.f64 b #s(literal 1/12 binary64))) (neg.f64 b)) (*.f64 b #s(literal 2 binary64)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
(* 2 (* b (cos y)))
(*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))
b
(+ b (* -1/2 (* b (pow y 2))))
(fma.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 y y)) b)
(+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))
(fma.f64 (*.f64 y y) (fma.f64 b #s(literal -1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 b (*.f64 y y)))) b)
(+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))
(fma.f64 (*.f64 y y) (fma.f64 b #s(literal -1/2 binary64) (*.f64 (*.f64 y y) (fma.f64 b #s(literal 1/24 binary64) (*.f64 #s(literal -1/720 binary64) (*.f64 b (*.f64 y y)))))) b)
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(* 1/3 (/ a b))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
y
(+ y (* -1 (/ (* z (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))
(fma.f64 z (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) y)
(+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))
(fma.f64 z (fma.f64 z (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (neg.f64 (*.f64 y y)))) y)
(+ y (* z (+ (* -1 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 2))) (* z (- (+ (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* z (- (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))) (* -1/9 (/ (pow t 2) y)))))))
(fma.f64 z (fma.f64 z (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (fma.f64 z (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y)) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 t t)) (pow.f64 y #s(literal 4 binary64))))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (neg.f64 (*.f64 y y)))) y)
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 z t))
(* z (+ (* -1/3 t) (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z)))))
(*.f64 z (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 z (*.f64 t t))) (*.f64 #s(literal -1/3 binary64) t)))
(* z (- (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* t (pow z 2))))))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (fma.f64 #s(literal 9 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 z (*.f64 t t))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 y y) (*.f64 t (*.f64 z z))) #s(literal -3 binary64)))))
(* z (- (+ (* -9 (/ (pow y 3) (* (pow t 2) (pow z 3)))) (+ (* -1/3 t) (+ (* 9 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 9 (/ (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y)))) (* (pow t 4) (pow z 3)))) (* 3 (/ (pow y 2) (* t (pow z 2)))))))
(*.f64 z (-.f64 (fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 t t) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 9 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 z (*.f64 t t))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 #s(literal -1/3 binary64) t))) (fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 (*.f64 y y) (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y))) (*.f64 (*.f64 z (*.f64 z z)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 t (*.f64 z z))))))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 z t))
(* -1 (* z (+ (* -9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (* (pow t 2) z))) (* 1/3 t))))
(*.f64 (fma.f64 #s(literal 1/3 binary64) t (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 z (*.f64 t t)))) (neg.f64 z))
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))
(neg.f64 (*.f64 z (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 t t)) (/.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 y y) t) #s(literal -1/3 binary64)) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) t))) z)) z))))
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow t 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y)))) (pow t 4)))) z)) (* 9 (/ (+ (* -2/3 (* t (pow y 2))) (* 1/3 (* t (pow y 2)))) (pow t 2)))) (* -3 (/ (pow y 2) t))) z)) (* 9 (/ (+ (* -1/9 (* (pow t 2) y)) (* 2/9 (* (pow t 2) y))) (pow t 2)))) z)) (* 1/3 t))))
(neg.f64 (*.f64 z (-.f64 (*.f64 #s(literal 1/3 binary64) t) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (*.f64 t t)) (/.f64 (+.f64 (/.f64 (fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 t t)) (*.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (pow.f64 t #s(literal 4 binary64))) #s(literal 81 binary64))) (neg.f64 z)) (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 y y) t) #s(literal -1/3 binary64)) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) t)))) z)) z))))
y
(+ y (* -1 (/ (* t (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))
(-.f64 y (/.f64 (*.f64 t (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64)))) (*.f64 y y)))
(+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))))
(fma.f64 t (fma.f64 t (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (neg.f64 (*.f64 y y)))) y)
(+ y (* t (+ (* -1 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 2))) (* t (- (+ (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* t (- (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))) (* -1/9 (/ (pow z 2) y)))))))
(fma.f64 t (fma.f64 t (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (fma.f64 t (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 y y)) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64)))) (pow.f64 y #s(literal 4 binary64))))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (neg.f64 (*.f64 y y)))) y)
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 z t))
(* t (+ (* -1/3 z) (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2))))))
(*.f64 t (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (*.f64 t (*.f64 z z))) (*.f64 #s(literal -1/3 binary64) z)))
(* t (- (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2)))))) (* 3 (/ (pow y 2) (* (pow t 2) z)))))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (fma.f64 #s(literal 9 binary64) (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (*.f64 t (*.f64 z z))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t)))))))
(* t (- (+ (* -9 (/ (pow y 3) (* (pow t 3) (pow z 2)))) (+ (* -1/3 z) (+ (* 9 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 9 (/ (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* (pow t 2) (pow z 2))))))) (+ (* -81 (/ (* (pow y 2) (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2))))) (* (pow t 3) (pow z 4)))) (* 3 (/ (pow y 2) (* (pow t 2) z))))))
(*.f64 t (-.f64 (fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z z))) (fma.f64 #s(literal -1/3 binary64) z (*.f64 #s(literal 9 binary64) (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (*.f64 t (*.f64 z z))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z))))))) (fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64)))) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))))))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 z t))
(* -1 (* t (+ (* -9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (* t (pow z 2)))) (* 1/3 z))))
(*.f64 (fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z))) (*.f64 t (*.f64 z z))) (*.f64 #s(literal 1/3 binary64) z)) (neg.f64 t))
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z))) (*.f64 z z)) (/.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 y y) z) #s(literal -1/3 binary64)) (*.f64 z z)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) z))) (neg.f64 t))) t)) (neg.f64 t))
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* -9 (/ (pow y 3) (pow z 2))) (* -81 (/ (* (pow y 2) (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2))))) (pow z 4)))) t)) (* 9 (/ (+ (* -2/3 (* (pow y 2) z)) (* 1/3 (* (pow y 2) z))) (pow z 2)))) (* -3 (/ (pow y 2) z))) t)) (* 9 (/ (+ (* -1/9 (* y (pow z 2))) (* 2/9 (* y (pow z 2)))) (pow z 2)))) t)) (* 1/3 z))))
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z))) (*.f64 z z))) (/.f64 (+.f64 (/.f64 (fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z z)) (*.f64 (*.f64 (*.f64 y y) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z))) (pow.f64 z #s(literal 4 binary64)))) #s(literal 81 binary64))) (neg.f64 t)) (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 y y) z) #s(literal -1/3 binary64)) (*.f64 z z)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) z)))) t)) t)) (neg.f64 t))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 z t))
(+ (* -1/3 (* t z)) (* 9 (/ (* y (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))
(fma.f64 #s(literal -1/3 binary64) (*.f64 z t) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 y (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)))) (*.f64 (*.f64 t t) (*.f64 z z))))
(+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))
(fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))
(+ (* -1/3 (* t z)) (* y (+ (* 9 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 2) (pow z 2)))) (* y (- (+ (* -1 (* y (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))) (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2))))) (* 3 (/ 1 (* t z))))))))
(fma.f64 y (fma.f64 y (fma.f64 y (neg.f64 (fma.f64 #s(literal -81 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 t t) (*.f64 z z))))) (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t)))) (/.f64 (fma.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))
y
(* y (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y))))
(*.f64 y (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) y) #s(literal 1 binary64)))
(* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))))) (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2)))))
(+.f64 y (*.f64 y (+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) y) (/.f64 (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 y y))) (/.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))
(* y (- (+ 1 (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) y)) (+ (* -1 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (pow y 2))) (* 1/27 (/ (* (pow t 3) (pow z 3)) (pow y 3)))))) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))) (pow y 3))))))
(*.f64 y (-.f64 (+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) y) #s(literal 1 binary64)) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 y (*.f64 y y))) (/.f64 (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 y y)))) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 #s(literal 1/3 binary64) (*.f64 z t))) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z)) (*.f64 y y)))))
y
(* -1 (* y (- (+ (* -1/3 (/ (* t z) y)) (* 2/3 (/ (* t z) y))) 1)))
(fma.f64 (neg.f64 y) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y) y)
(* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 (+.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))) y)) (neg.f64 y)) (neg.f64 y) y)
(* -1 (* y (- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 2/3 (* t z)))) (* -1 (/ (- (+ (* -1 (+ (* -1/9 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))))) (* -1 (/ (- (* 1/27 (* (pow t 3) (pow z 3))) (* 1/9 (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 2/3 (* t z))))))) y))) (* 1/9 (* (pow t 2) (pow z 2)))) y))) y)) 1)))
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (/.f64 (+.f64 (-.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z) #s(literal 0 binary64))) (/.f64 (fma.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z))) (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 #s(literal 1/3 binary64) (*.f64 z t))))) y)) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))) y)) (neg.f64 y)) (neg.f64 y) y)
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* -2 (* (sqrt x) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2))))
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal -1 binary64) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x))) (neg.f64 x))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (sqrt x) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (fma.f64 (sqrt.f64 x) (cos.f64 y) (/.f64 (*.f64 (sqrt.f64 x) (*.f64 (*.f64 z (sin.f64 y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (*.f64 y y))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))) (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 z (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (sqrt.f64 x) z) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (neg.f64 (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y))) (sin.f64 y)))) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2)))) (* z (+ (* 2 (* (sqrt x) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4))))))))) (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 z (fma.f64 z (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (sqrt.f64 x) z) (fma.f64 (cos.f64 y) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y)))) (*.f64 y y)) (*.f64 (sin.f64 y) (neg.f64 (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y)) (fma.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 t t)) (pow.f64 y #s(literal 4 binary64))))))))) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (neg.f64 (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y))) (sin.f64 y))))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2 (* (sqrt x) (cos y))) (* 2 (* (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)) (sqrt x)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (fma.f64 (sqrt.f64 x) (cos.f64 y) (/.f64 (*.f64 (*.f64 (*.f64 t (sin.f64 y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64)))) (sqrt.f64 x)) (*.f64 y y))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* 2 (* (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 t (*.f64 #s(literal 2 binary64) (fma.f64 (sqrt.f64 x) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y)) (*.f64 (sqrt.f64 x) (*.f64 t (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))) (neg.f64 (sin.f64 y)))))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2 (* (sqrt x) (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2)))) (* t (+ (* 2 (* (sqrt x) (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))))) (* 2 (* (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4))))))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 t (fma.f64 t (*.f64 #s(literal 2 binary64) (fma.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))) (neg.f64 (sin.f64 y)))) (*.f64 (sqrt.f64 x) (*.f64 t (-.f64 (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))))) (*.f64 y y)) (*.f64 (sin.f64 y) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 y y)) (fma.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64)))) (pow.f64 y #s(literal 4 binary64)))))))))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* -18 (* (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -18 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 (*.f64 y (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (fma.f64 y (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) (fma.f64 #s(literal -81/2 binary64) (/.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (neg.f64 (*.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))))) (*.f64 #s(literal -18 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 t t) (*.f64 z z)))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -18 (* (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2))) (sqrt x))) (* y (+ (* 2 (* (sqrt x) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2)))))))))))) (* 2 (* (sqrt x) (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (fma.f64 y (fma.f64 y (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (sqrt.f64 x) y) (-.f64 (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal -243/2 binary64) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64))))) (*.f64 (pow.f64 t #s(literal 6 binary64)) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 #s(literal -81 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 t t) (*.f64 z z))))))) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -81/2 binary64) (/.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (neg.f64 (*.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))))))) (*.f64 #s(literal -18 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 t t) (*.f64 z z)))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (* 2 (* (sqrt x) (cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2)))))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(pow y 2)
(*.f64 y y)
(+ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))
(fma.f64 y y (*.f64 z #s(literal 0 binary64)))
(+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))
(fma.f64 y y (*.f64 z (fma.f64 #s(literal -1/3 binary64) (*.f64 y t) (fma.f64 #s(literal 1/3 binary64) (*.f64 y t) (*.f64 #s(literal -1/9 binary64) (*.f64 z (*.f64 t t)))))))
(+ (* z (+ (* -1/3 (* t y)) (+ (* -1/9 (* (pow t 2) z)) (* 1/3 (* t y))))) (pow y 2))
(fma.f64 y y (*.f64 z (fma.f64 #s(literal -1/3 binary64) (*.f64 y t) (fma.f64 #s(literal 1/3 binary64) (*.f64 y t) (*.f64 #s(literal -1/9 binary64) (*.f64 z (*.f64 t t)))))))
(* -1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (* 1/3 (/ (* t y) z)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y t) z) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y t) z) (*.f64 (*.f64 t t) #s(literal -1/9 binary64)))))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y t) z) (fma.f64 (*.f64 t t) #s(literal -1/9 binary64) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y t) z) (/.f64 (*.f64 y y) (*.f64 z z))))))
(* (pow z 2) (+ (* -1/3 (/ (* t y) z)) (+ (* -1/9 (pow t 2)) (+ (* 1/3 (/ (* t y) z)) (/ (pow y 2) (pow z 2))))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y t) z) (fma.f64 (*.f64 t t) #s(literal -1/9 binary64) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y t) z) (/.f64 (*.f64 y y) (*.f64 z z))))))
(* -1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))
(* (pow z 2) (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) z)) (* -1/9 (pow t 2))))
(*.f64 (*.f64 z z) (fma.f64 (*.f64 t t) #s(literal -1/9 binary64) (/.f64 #s(literal 0 binary64) z)))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))
(*.f64 (*.f64 z z) (fma.f64 (*.f64 t t) #s(literal -1/9 binary64) (/.f64 (/.f64 (*.f64 y y) (neg.f64 z)) (neg.f64 z))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) z)) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) z)) (* -1/9 (pow t 2))))
(*.f64 (*.f64 z z) (fma.f64 (*.f64 t t) #s(literal -1/9 binary64) (/.f64 (/.f64 (*.f64 y y) (neg.f64 z)) (neg.f64 z))))
(pow y 2)
(*.f64 y y)
(+ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))
(fma.f64 y y (*.f64 t #s(literal 0 binary64)))
(+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))
(fma.f64 t (fma.f64 #s(literal -1/3 binary64) (*.f64 y z) (fma.f64 #s(literal 1/3 binary64) (*.f64 y z) (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 z z))))) (*.f64 y y))
(+ (* t (+ (* -1/3 (* y z)) (+ (* -1/9 (* t (pow z 2))) (* 1/3 (* y z))))) (pow y 2))
(fma.f64 t (fma.f64 #s(literal -1/3 binary64) (*.f64 y z) (fma.f64 #s(literal 1/3 binary64) (*.f64 y z) (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 z z))))) (*.f64 y y))
(* -1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (* 1/3 (/ (* y z) t)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y z) t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y z) t) (*.f64 #s(literal -1/9 binary64) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y z) t) (fma.f64 #s(literal -1/9 binary64) (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y z) t) (/.f64 (*.f64 y y) (*.f64 t t))))))
(* (pow t 2) (+ (* -1/3 (/ (* y z) t)) (+ (* -1/9 (pow z 2)) (+ (* 1/3 (/ (* y z) t)) (/ (pow y 2) (pow t 2))))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 y z) t) (fma.f64 #s(literal -1/9 binary64) (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 y z) t) (/.f64 (*.f64 y y) (*.f64 t t))))))
(* -1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))
(* (pow t 2) (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) t)) (* -1/9 (pow z 2))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/9 binary64) (*.f64 z z) (/.f64 #s(literal 0 binary64) t)))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 z z)) (/.f64 (neg.f64 (/.f64 (*.f64 y y) t)) t)))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (pow y 2) t)) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) t)) (* -1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 z z)) (/.f64 (neg.f64 (/.f64 (*.f64 y y) t)) t)))
(* -1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))
(fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y #s(literal 0 binary64)))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))
(fma.f64 y (+.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z)))
(+ (* -1/9 (* (pow t 2) (pow z 2))) (* y (+ y (+ (* -1/3 (* t z)) (* 1/3 (* t z))))))
(fma.f64 y (+.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z)))
(pow y 2)
(*.f64 y y)
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y)))))
(*.f64 y y)
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
(*.f64 (*.f64 y y) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) y) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z t) y) (/.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z)) (*.f64 y y))))))
(* (pow y 2) (+ 1 (+ (* -1/3 (/ (* t z) y)) (+ (* -1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (* 1/3 (/ (* t z) y))))))
(*.f64 (*.f64 y y) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) y) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z t) y) (/.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -1/9 binary64)) (*.f64 z z)) (*.f64 y y))))))
(pow y 2)
(*.f64 y y)
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y))))
(*.f64 (*.f64 y y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) y)))
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))
(*.f64 (*.f64 y y) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 z t)))) y)))
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1/3 (* t z)) (+ (* 1/9 (/ (* (pow t 2) (pow z 2)) y)) (* 1/3 (* t z)))) y))))
(*.f64 (*.f64 y y) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) (fma.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 z t)))) y)))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (*.f64 z (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) (*.f64 z z)))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (/.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (+ (* 1/3 (/ (* t (sin y)) z)) (/ (cos y) (pow z 2)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 t t)) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (/.f64 (cos.f64 y) (*.f64 z z)))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) (*.f64 z z)))
(* (pow z 2) (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y)) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (sin.f64 y))) (/.f64 (cos.f64 y) z)) z)))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) z)) (* -1/3 (* t (sin y)))) z)) (* -1/18 (* (pow t 2) (cos y)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y)) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (sin.f64 y))) (/.f64 (cos.f64 y) z)) z)))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (*.f64 z (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y)) (*.f64 #s(literal 1/3 binary64) (*.f64 z (sin.f64 y)))) (cos.f64 y))
(+ (cos y) (* t (+ (* -1/18 (* t (* (pow z 2) (cos y)))) (* 1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y)) (*.f64 #s(literal 1/3 binary64) (*.f64 z (sin.f64 y)))) (cos.f64 y))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) (*.f64 z z)))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z (sin.f64 y)) t) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 z z)) (cos.f64 y))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))
(*.f64 (*.f64 t t) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 z z)) (cos.f64 y) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z (sin.f64 y)) t) (/.f64 (cos.f64 y) (*.f64 t t)))))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (+ (* 1/3 (/ (* z (sin y)) t)) (/ (cos y) (pow t 2)))))
(*.f64 (*.f64 t t) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 z z)) (cos.f64 y) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z (sin.f64 y)) t) (/.f64 (cos.f64 y) (*.f64 t t)))))
(* -1/18 (* (pow t 2) (* (pow z 2) (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) (*.f64 z z)))
(* (pow t 2) (+ (* -1/18 (* (pow z 2) (cos y))) (* 1/3 (/ (* z (sin y)) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z (sin.f64 y)) t) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 z z)) (cos.f64 y))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 z z)) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (sin.f64 y))) (/.f64 (cos.f64 y) t)) (neg.f64 t))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (cos y) t)) (* -1/3 (* z (sin y)))) t)) (* -1/18 (* (pow z 2) (cos y)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) (*.f64 z z)) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (sin.f64 y))) (/.f64 (cos.f64 y) t)) (neg.f64 t))))
(+ 1 (* -1/18 (* (pow t 2) (pow z 2))))
(fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* 1/3 (* t (* y z)))))
(+.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/3 binary64) t) (*.f64 y z)))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))
(+.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 z t)))))
(+ 1 (+ (* -1/18 (* (pow t 2) (pow z 2))) (* y (+ (* 1/3 (* t z)) (* y (- (+ (* -1/18 (* t (* y z))) (* 1/36 (* (pow t 2) (pow z 2)))) 1/2))))))
(+.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (fma.f64 #s(literal -1/18 binary64) (*.f64 t (*.f64 y z)) (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/3 binary64) (*.f64 z t)))))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))
(* 1/3 (* t (sin y)))
(*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(*.f64 t (fma.f64 #s(literal 1/3 binary64) (sin.f64 y) (*.f64 #s(literal -1/18 binary64) (*.f64 t (*.f64 (cos.f64 y) z)))))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(*.f64 t (fma.f64 #s(literal 1/3 binary64) (sin.f64 y) (*.f64 #s(literal -1/18 binary64) (*.f64 t (*.f64 (cos.f64 y) z)))))
(* t (+ (* -1/18 (* t (* z (cos y)))) (* 1/3 (sin y))))
(*.f64 t (fma.f64 #s(literal 1/3 binary64) (sin.f64 y) (*.f64 #s(literal -1/18 binary64) (*.f64 t (*.f64 (cos.f64 y) z)))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* (pow t 2) (+ (* -1/18 (* z (cos y))) (* 1/3 (/ (sin y) t))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sin.f64 y) t) (*.f64 #s(literal -1/18 binary64) (*.f64 (cos.f64 y) z))))
(* -1/18 (* (pow t 2) z))
(*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64))
(+ (* -1/18 (* (pow t 2) z)) (* 1/3 (* t y)))
(fma.f64 #s(literal 1/3 binary64) (*.f64 y t) (*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64)))
(+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/36 (* (pow t 2) (* y z))) (* 1/3 t))))
(fma.f64 y (fma.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 y (*.f64 t t)) z) (*.f64 #s(literal 1/3 binary64) t)) (*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64)))
(+ (* -1/18 (* (pow t 2) z)) (* y (+ (* 1/3 t) (* y (+ (* -1/18 (* t y)) (* 1/36 (* (pow t 2) z)))))))
(fma.f64 y (fma.f64 y (fma.f64 (*.f64 y t) #s(literal -1/18 binary64) (*.f64 (*.f64 z (*.f64 t t)) #s(literal 1/36 binary64))) (*.f64 #s(literal 1/3 binary64) t)) (*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(* 1/3 (* t (sin y)))
(*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z)))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(*.f64 z (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y))))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(*.f64 z (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y))))
(* z (+ (* -1/18 (* (pow t 2) (cos y))) (* 1/3 (/ (* t (sin y)) z))))
(*.f64 z (fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (cos.f64 y))))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 t t)) (cos.f64 y))) (neg.f64 z))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 t t)) (cos.f64 y))) (neg.f64 z))
(* -1 (* z (+ (* -1/3 (/ (* t (sin y)) z)) (* 1/18 (* (pow t 2) (cos y))))))
(*.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z) (*.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 t t)) (cos.f64 y))) (neg.f64 z))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))
(*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b x))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 b x)))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 z (sin.f64 y)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 z (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) z))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 z (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) z))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x))))
(* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))
(*.f64 (*.f64 z z) (+.f64 (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z z)) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b (*.f64 z z)))))
(* (pow z 2) (- (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))) (* 1/3 (/ a (* b (pow z 2))))))
(*.f64 (*.f64 z z) (+.f64 (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z z)) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b (*.f64 z z)))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x))))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y)))) (/.f64 (fma.f64 #s(literal -2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)) (neg.f64 z))) z)))
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) z)) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y)))) (/.f64 (fma.f64 #s(literal -2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (sin.f64 y))) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)) (neg.f64 z))) z)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 z (sin.f64 y)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t)) (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))
(*.f64 (*.f64 t t) (+.f64 (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t t)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b (*.f64 t t)))))
(* (pow t 2) (- (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))) (* 1/3 (/ a (* b (pow t 2))))))
(*.f64 (*.f64 t t) (+.f64 (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t t)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t))))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 b (*.f64 t t)))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t)) (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y))) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)) t)) t)))
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b))) t)) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y))) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)) t)) t)))
(- (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(- (+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 y z))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (fma.f64 y (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 y (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 2/3 binary64)) (sqrt.f64 x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (fma.f64 y (fma.f64 y (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 y z))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 2/3 binary64)) (sqrt.f64 x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y)))))))))
(*.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 z (sin.f64 y))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 z (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) z))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 z (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) z))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z z)) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (+ (* 2/3 (* (/ (* t (sin y)) z) (sqrt x))) (* 2 (* (sqrt x) (/ (cos y) (pow z 2)))))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 z z)) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x)))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow z 2) (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* 2/3 (* (/ (* t (sin y)) z) (sqrt x)))))
(*.f64 (*.f64 z z) (fma.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 t (sin.f64 y)) z)) (sqrt.f64 x))))
(* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y)))) (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) z)) (*.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) z)))
(* (pow z 2) (+ (* -1 (/ (+ (* -2 (* (sqrt x) (/ (cos y) z))) (* -2/3 (* (* t (sin y)) (sqrt x)))) z)) (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x)))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (sqrt.f64 x) (cos.f64 y)))) (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) z)) (*.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 t (sin.f64 y))) (sqrt.f64 x))) z)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 z (sin.f64 y))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t (*.f64 z z)) (cos.f64 y))) (*.f64 (*.f64 #s(literal 2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t)) (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t t)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t))))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (+ (* 2/3 (* (/ (* z (sin y)) t) (sqrt x))) (* 2 (* (/ (cos y) (pow t 2)) (sqrt x))))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (cos.f64 y) (*.f64 z z))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 t t)) (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t))))))
(* -1/9 (* (* (pow t 2) (* (pow z 2) (cos y))) (sqrt x)))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* 2/3 (* (/ (* z (sin y)) t) (sqrt x)))))
(*.f64 (*.f64 t t) (fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (*.f64 z (sin.f64 y)) t)) (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z)))))
(* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z))) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (cos.f64 y) t)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal -2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) t)))
(* (pow t 2) (+ (* -1 (/ (+ (* -2 (* (/ (cos y) t) (sqrt x))) (* -2/3 (* (sqrt x) (* z (sin y))))) t)) (* -1/9 (* (sqrt x) (* (pow z 2) (cos y))))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 (*.f64 #s(literal -1/9 binary64) (sqrt.f64 x)) (*.f64 (cos.f64 y) (*.f64 z z))) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (cos.f64 y) t)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal -2/3 binary64) (sqrt.f64 x)) (*.f64 z (sin.f64 y)))) t)))
(* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64)))
(+ (* 2/3 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))))
(fma.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 y z))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))))
(+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* 2 (* (sqrt x) (* y (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2)))))))
(fma.f64 y (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 y (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 2/3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))))
(+ (* 2 (* (sqrt x) (+ 1 (* -1/18 (* (pow t 2) (pow z 2)))))) (* y (+ (* 2/3 (* (* t z) (sqrt x))) (* y (+ (* -1/9 (* (* t (* y z)) (sqrt x))) (* 2 (* (sqrt x) (- (* 1/36 (* (pow t 2) (pow z 2))) 1/2))))))))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 t (*.f64 y z))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 z z) #s(literal -1/2 binary64)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 2/3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* z (+ (* -1/18 (* (pow t 2) (* z (cos y)))) (* 1/3 (* t (sin y))))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))) (cos.f64 y)))
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 (/ a b))
(/.f64 (*.f64 #s(literal -1/3 binary64) a) b)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
(* -1/3 a)
(*.f64 #s(literal -1/3 binary64) a)
-1
#s(literal -1 binary64)
(- (* -1 (/ (* z (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 2))) 1)
(fma.f64 z (/.f64 #s(literal 0 binary64) (*.f64 y y)) #s(literal -1 binary64))
(- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 4))))) 1)
(fma.f64 z (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 y y))) #s(literal -1 binary64))
(- (* z (+ (* -1 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow y 2))) (* (pow z 2) (- (* -1/81 (/ (* (pow t 4) (* (pow z 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (pow y 6))) (* 1/9 (/ (* (pow t 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (pow y 4))))))) 1)
(fma.f64 z (fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 (pow.f64 t #s(literal 4 binary64)) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64))))) (/.f64 #s(literal 0 binary64) (*.f64 y y))) #s(literal -1 binary64))
-1
#s(literal -1 binary64)
(- (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t t))) #s(literal -1 binary64))
(- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t t))) (fma.f64 #s(literal 81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 z (*.f64 z z)) (pow.f64 t #s(literal 4 binary64)))) #s(literal -1 binary64)))
(- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 5))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 3))))))
(-.f64 (fma.f64 #s(literal 729 binary64) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 6 binary64)) (pow.f64 z #s(literal 5 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t t)))) (fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 z (*.f64 z z)) (pow.f64 t #s(literal 4 binary64)))) #s(literal 1 binary64)))
-1
#s(literal -1 binary64)
(- (* -9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (* (pow t 2) z))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t t))) #s(literal -1 binary64))
(- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)
(+.f64 (/.f64 (fma.f64 #s(literal 81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 z z) (pow.f64 t #s(literal 4 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 t t))) (neg.f64 z)) #s(literal -1 binary64))
(- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* t y)) (* 1/3 (* t y))) (pow t 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 6) (pow z 4))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* t y)) (* 1/3 (* t y)))) (* (pow t 4) (pow z 2))))) z)) 1)
(+.f64 (/.f64 (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 t t)) (fma.f64 #s(literal 729 binary64) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (*.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 t #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 y y) #s(literal 0 binary64))) (*.f64 (*.f64 z z) (pow.f64 t #s(literal 4 binary64)))))) (neg.f64 z)) #s(literal -1 binary64))
-1
#s(literal -1 binary64)
(- (* -1 (/ (* t (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 2))) 1)
(fma.f64 t (/.f64 #s(literal 0 binary64) (*.f64 y y)) #s(literal -1 binary64))
(- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 4))))) 1)
(fma.f64 t (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 y y))) #s(literal -1 binary64))
(- (* t (+ (* -1 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow y 2))) (* (pow t 2) (- (* -1/81 (/ (* (pow t 2) (* (pow z 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (pow y 6))) (* 1/9 (/ (* (pow z 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (pow y 4))))))) 1)
(fma.f64 t (fma.f64 (*.f64 t t) (fma.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (pow.f64 z #s(literal 4 binary64)) #s(literal 0 binary64))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 z z) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64))))) (/.f64 #s(literal 0 binary64) (*.f64 y y))) #s(literal -1 binary64))
-1
#s(literal -1 binary64)
(- (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z z))) #s(literal -1 binary64))
(- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z z))) (fma.f64 #s(literal 81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1 binary64)))
(- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 5) (pow z 6))))) (+ 1 (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 3) (pow z 4))))))
(-.f64 (fma.f64 #s(literal 729 binary64) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (*.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 5 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z z)))) (fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) #s(literal 1 binary64)))
-1
#s(literal -1 binary64)
(- (* -9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (* t (pow z 2)))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z z))) #s(literal -1 binary64))
(- (* -1 (/ (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)
(+.f64 (/.f64 (fma.f64 #s(literal 81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 z z))) (neg.f64 t)) #s(literal -1 binary64))
(- (* -1 (/ (- (+ (* 9 (/ (+ (* -1/3 (* y z)) (* 1/3 (* y z))) (pow z 2))) (* 729 (/ (* (pow y 4) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 4) (pow z 6))))) (* -81 (/ (* (pow y 2) (+ (* -1/3 (* y z)) (* 1/3 (* y z)))) (* (pow t 2) (pow z 4))))) t)) 1)
(+.f64 (/.f64 (+.f64 (fma.f64 #s(literal 729 binary64) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 z z))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 y y) #s(literal 0 binary64))) (*.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))))) (neg.f64 t)) #s(literal -1 binary64))
-1
#s(literal -1 binary64)
(- (* 9 (/ (* y (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 2) (pow z 2)))) 1)
(fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) #s(literal -1 binary64))
(- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 81 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 4) (pow z 4)))))) 1)
(fma.f64 y (fma.f64 #s(literal 81 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 t t) (*.f64 z z)))) #s(literal -1 binary64))
(- (* y (+ (* 9 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 2) (pow z 2)))) (* (pow y 2) (- (* 729 (/ (* (pow y 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* (pow t 6) (pow z 6)))) (* -81 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) (* (pow t 4) (pow z 4)))))))) 1)
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 #s(literal 729 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 6 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 #s(literal 0 binary64) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64))))) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 t t) (*.f64 z z)))) #s(literal -1 binary64))
-1
#s(literal -1 binary64)
(- (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) 1)
(+.f64 (/.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))
(- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))) 1)
(+.f64 (/.f64 #s(literal 0 binary64) y) (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)))
(- (+ (* -1 (/ (+ (* -1/3 (* t z)) (* 1/3 (* t z))) y)) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 5)))) (+ 1 (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 3)))))
(-.f64 (fma.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 (pow.f64 t #s(literal 4 binary64)) (*.f64 (pow.f64 z #s(literal 4 binary64)) #s(literal 0 binary64))) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal 0 binary64) y)) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)))
-1
#s(literal -1 binary64)
(- (+ (* -1/3 (/ (* t z) y)) (* 1/3 (/ (* t z) y))) 1)
#s(literal -1 binary64)
(- (* -1 (/ (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)
(+.f64 (/.f64 (fma.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64))) (*.f64 y y)) #s(literal 0 binary64)) (neg.f64 y)) #s(literal -1 binary64))
(- (* -1 (/ (- (+ (* -1 (+ (* -1/3 (* t z)) (* 1/3 (* t z)))) (* -1/81 (/ (* (pow t 4) (* (pow z 4) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 4)))) (* 1/9 (/ (* (pow t 2) (* (pow z 2) (+ (* -1/3 (* t z)) (* 1/3 (* t z))))) (pow y 2)))) y)) 1)
(+.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 (pow.f64 t #s(literal 4 binary64)) (*.f64 (pow.f64 z #s(literal 4 binary64)) #s(literal 0 binary64))) (pow.f64 y #s(literal 4 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 t t) (*.f64 (*.f64 z z) #s(literal 0 binary64)))) (*.f64 y y))) (neg.f64 y)) #s(literal -1 binary64))
(cos y)
(cos.f64 y)
(+ (cos y) (/ (* z (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))))) (pow y 2)))
(fma.f64 z (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y)) (cos.f64 y))
(+ (cos y) (* z (- (* z (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))
(fma.f64 z (fma.f64 z (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (neg.f64 (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y))) (sin.f64 y)))) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y))) (cos.f64 y))
(+ (cos y) (* z (- (* z (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 2)) (pow y 4))) (* z (- (/ (* (cos y) (* (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow t 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow t 2) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* t (+ (* -1/3 (* t y)) (* 1/3 (* t y))))) (* 1/9 (* (pow t 2) y))) (pow y 2))) (* -1/9 (/ (pow t 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* t (pow y 2))) (* y (+ (* -1/3 (* t y)) (* 1/3 (* t y)))))) (pow y 2))))))
(fma.f64 z (fma.f64 z (-.f64 (fma.f64 z (fma.f64 (cos.f64 y) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y)))) (*.f64 y y)) (*.f64 (sin.f64 y) (neg.f64 (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y)) (fma.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (*.f64 t t)) (pow.f64 y #s(literal 4 binary64))))))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64)))))) (pow.f64 y #s(literal 4 binary64)))) (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) y)) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 t t) y))) (sin.f64 y))) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) t) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y))) (cos.f64 y))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos y)
(cos.f64 y)
(+ (cos y) (/ (* t (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))))) (pow y 2)))
(fma.f64 t (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y)) (cos.f64 y))
(+ (cos y) (* t (- (* t (- (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))) (neg.f64 (sin.f64 y)))) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y))) (cos.f64 y))
(+ (cos y) (* t (- (* t (- (+ (* -1/2 (/ (* (cos y) (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 2)) (pow y 4))) (* t (- (/ (* (cos y) (* (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y))))) (pow y 2)) (* (sin y) (- (+ (* 1/27 (/ (pow z 3) (pow y 2))) (* 1/6 (/ (pow (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) 3) (pow y 6)))) (* 1/9 (/ (* (pow z 2) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 4)))))))) (* (sin y) (- (* -1 (/ (+ (* -1/3 (* z (+ (* -1/3 (* y z)) (* 1/3 (* y z))))) (* 1/9 (* y (pow z 2)))) (pow y 2))) (* -1/9 (/ (pow z 2) y)))))) (* -1 (/ (* (sin y) (+ (* 1/3 (* (pow y 2) z)) (* y (+ (* -1/3 (* y z)) (* 1/3 (* y z)))))) (pow y 2))))))
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 4 binary64))) (fma.f64 t (-.f64 (/.f64 (*.f64 (cos.f64 y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))))) (*.f64 y y)) (*.f64 (sin.f64 y) (fma.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 y y)) (fma.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))))) (pow.f64 y #s(literal 6 binary64))) (*.f64 #s(literal -1/9 binary64) (/.f64 (*.f64 (*.f64 z z) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64)))) (pow.f64 y #s(literal 4 binary64)))))))) (*.f64 (+.f64 (/.f64 (fma.f64 #s(literal 1/9 binary64) (*.f64 y (*.f64 z z)) (*.f64 (*.f64 #s(literal -1/3 binary64) z) #s(literal 0 binary64))) (neg.f64 (*.f64 y y))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 z z) y))) (neg.f64 (sin.f64 y))))) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 y y) z) (*.f64 y #s(literal 0 binary64))) (sin.f64 y)) (*.f64 y y))) (cos.f64 y))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (* -1/3 (* t z)))
(cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))
(+ (cos (* -1/3 (* t z))) (* -9 (/ (* y (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))))) (* (pow t 2) (pow z 2)))))
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 (*.f64 y (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64))) (*.f64 (*.f64 t t) (*.f64 z z))) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (- (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -81/2 binary64) (/.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (neg.f64 (*.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))))) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 t t) (*.f64 z z))))) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (- (+ (* -81/2 (/ (* (cos (* -1/3 (* t z))) (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 2)) (* (pow t 4) (pow z 4)))) (* y (- (* -9 (/ (* (cos (* -1/3 (* t z))) (* (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z)))))) (* (pow t 2) (pow z 2)))) (* (sin (* -1/3 (* t z))) (+ (* -243/2 (/ (pow (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) 3) (* (pow t 6) (pow z 6)))) (* -1 (+ (* -81 (/ (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2)))) (* (pow t 4) (pow z 4)))) (* 9 (/ 1 (* (pow t 2) (pow z 2))))))))))) (* (sin (* -1/3 (* t z))) (- (* 9 (/ (+ (* -1/3 (* t z)) (* 2/3 (* t z))) (* (pow t 2) (pow z 2)))) (* 3 (/ 1 (* t z))))))) (* 9 (/ (* (sin (* -1/3 (* t z))) (+ (* -1/3 (* t (* z (+ (* -1/3 (* t z)) (* 1/3 (* t z)))))) (* 1/9 (* (pow t 2) (pow z 2))))) (* (pow t 2) (pow z 2)))))))
(fma.f64 y (fma.f64 y (-.f64 (fma.f64 y (-.f64 (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 (*.f64 t t) (*.f64 z z)))) (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal -243/2 binary64) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64))))) (*.f64 (pow.f64 t #s(literal 6 binary64)) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 #s(literal -81 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 t t) (*.f64 z z))))))) (/.f64 (*.f64 #s(literal -81/2 binary64) (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64))))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64))))) (*.f64 (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 t t) (*.f64 z z))))) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ y (* -1/3 (* t z))) (* (+ y (* 1/3 (* t z))) (- (* 1/3 (* t z)) y))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(cos (/ (* (+ (* -1 y) (* 1/3 (* t z))) (* (- (* -1/3 (* t z)) (* -1 y)) (- (* 1/3 (* t z)) (* -1 y)))) (- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))))
(cos.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (*.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 z t) y) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) y))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))))
(* -1 (pow y 2))
(neg.f64 (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(* 1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* 1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* (pow z 2) (+ (* -1 (/ (pow y 2) (pow z 2))) (* 1/9 (pow t 2))))
(*.f64 (*.f64 z z) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (/.f64 (*.f64 y y) (*.f64 z z))))
(* -1 (pow y 2))
(neg.f64 (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(- (* 1/9 (* (pow t 2) (pow z 2))) (pow y 2))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(* 1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* 1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* (pow t 2) (+ (* -1 (/ (pow y 2) (pow t 2))) (* 1/9 (pow z 2))))
(*.f64 (*.f64 t t) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 z z)) (/.f64 (*.f64 y y) (*.f64 t t))))
(* 1/9 (* (pow t 2) (pow z 2)))
(*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(+ (* -1 (pow y 2)) (* 1/9 (* (pow t 2) (pow z 2))))
(-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y))
(* -1 (pow y 2))
(neg.f64 (*.f64 y y))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* -1 (pow y 2))
(neg.f64 (*.f64 y y))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* (pow y 2) (- (* 1/9 (/ (* (pow t 2) (pow z 2)) (pow y 2))) 1))
(*.f64 (*.f64 y y) (fma.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 t t) (*.f64 z z)) (*.f64 y y)) #s(literal -1 binary64)))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* (pow t 2) z)
(*.f64 z (*.f64 t t))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) z))
(*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64))
(+ (* -1/18 (* (pow t 2) z)) (* 1/36 (* (pow t 2) (* (pow y 2) z))))
(fma.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64) (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 t t)) (*.f64 (*.f64 y y) z)))
(+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) (* (pow y 2) z))) (* 1/36 (* (pow t 2) z)))))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 #s(literal -1/432 binary64) (*.f64 t t)) (*.f64 (*.f64 y y) z) (*.f64 (*.f64 z (*.f64 t t)) #s(literal 1/36 binary64))) (*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64)))
(+ (* -1/18 (* (pow t 2) z)) (* (pow y 2) (+ (* 1/36 (* (pow t 2) z)) (* (pow y 2) (+ (* -1/432 (* (pow t 2) z)) (* 1/12960 (* (pow t 2) (* (pow y 2) z))))))))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 z (*.f64 t t)) #s(literal -1/432 binary64) (*.f64 (*.f64 #s(literal 1/12960 binary64) (*.f64 t t)) (*.f64 (*.f64 y y) z))) (*.f64 (*.f64 z (*.f64 t t)) #s(literal 1/36 binary64))) (*.f64 (*.f64 z (*.f64 t t)) #s(literal -1/18 binary64)))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))
(* -1/18 (* (pow t 2) (* z (cos y))))
(*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 (cos.f64 y) z))

eval497.0ms (2.3%)

Memory
1.0MiB live, 578.1MiB allocated
Compiler

Compiled 71 156 to 4 939 computations (93.1% saved)

prune473.0ms (2.2%)

Memory
-21.7MiB live, 699.2MiB allocated
Pruning

90 alts after pruning (86 fresh and 4 done)

PrunedKeptTotal
New1 776331 809
Fresh125365
Picked325
Done022
Total1 791901 881
Accuracy
77.2%
Counts
1 881 → 90
Alt Table
Click to see full alt table
StatusAccuracyProgram
63.6%
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
42.3%
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
72.8%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
72.9%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
71.4%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
55.0%
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
60.6%
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
63.4%
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
39.4%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
54.8%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
64.8%
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
30.8%
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
28.0%
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
63.2%
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
69.2%
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -1/3 binary64))) b)
69.2%
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 a #s(literal -1/3 binary64))) b)
62.2%
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
61.2%
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
51.1%
(/.f64 (/.f64 a b) #s(literal -3 binary64))
51.2%
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
60.6%
(/.f64 (*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x))) b)
64.3%
(/.f64 (*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64))) b)
51.1%
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
21.8%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
51.1%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
51.1%
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
70.5%
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))
51.0%
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
63.7%
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
51.0%
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
64.6%
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
30.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (/.f64 t #s(literal 3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
55.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
59.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
9.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
36.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
16.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
9.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 y (*.f64 y y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
60.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
33.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
31.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
30.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
22.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (neg.f64 (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
46.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
26.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
21.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
28.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
29.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
52.8%
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
70.5%
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) b))
51.1%
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
51.1%
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
51.0%
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
51.0%
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
51.0%
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
24.5%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
23.4%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
8.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
24.1%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
23.3%
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
62.0%
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
69.8%
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
51.1%
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
51.1%
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
51.1%
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
51.0%
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
19.4%
(*.f64 a (exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))))
6.7%
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
36.3%
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)))
Compiler

Compiled 5 875 to 3 764 computations (35.9% saved)

simplify217.0ms (1%)

Memory
12.3MiB live, 453.4MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
cost-diff0
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64))))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
cost-diff320
(*.f64 (cos.f64 y) #s(literal 1 binary64))
cost-diff128
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
cost-diff384
(/.f64 (/.f64 a b) #s(literal 3 binary64))
cost-diff832
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))
cost-diff2240
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))
cost-diff0
(sqrt.f64 x)
cost-diff0
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
cost-diff0
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
cost-diff1024
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
cost-diff0
(*.f64 b #s(literal -3 binary64))
cost-diff0
(/.f64 a (*.f64 b #s(literal -3 binary64)))
cost-diff0
(cos.f64 y)
cost-diff0
(*.f64 (cos.f64 y) #s(literal 2 binary64))
cost-diff0
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
cost-diff12288
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
Rules
5 700×accelerator-lowering-fma.f32
5 700×accelerator-lowering-fma.f64
4 018×*-lowering-*.f32
4 018×*-lowering-*.f64
1 888×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
049391
1111311
2299296
3681292
42289278
55378278
08325267
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(+ (* (* (cos y) 2) (pow (pow x 1/4) 2)) (/ a (* b -3)))
(* (cos y) 2)
(cos y)
y
2
(pow (pow x 1/4) 2)
(pow x 1/4)
x
1/4
(/ a (* b -3))
a
(* b -3)
b
-3
(/ a (* b -3))
a
(* b -3)
b
-3
(/ (* 2 (* (sqrt x) (* b (cos y)))) b)
(* 2 (* (sqrt x) (* b (cos y))))
2
(* (sqrt x) (* b (cos y)))
(sqrt x)
x
(* b (cos y))
b
(cos y)
y
(- (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))) (/ (/ a b) 3))
(* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))))
(* 2 (sqrt x))
2
(sqrt x)
x
(cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))
(/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))
(- (* z (* t 1/3)) y)
(* z (* t 1/3))
z
(* t 1/3)
t
1/3
y
(/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))
(+ (* -1/3 (* z t)) y)
-1/3
(* z t)
(/ (/ a b) 3)
(/ a b)
a
b
3
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1)))
(* 2 (sqrt x))
2
(sqrt x)
x
(+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))
(sin (* z (* t 1/3)))
(* z (* t 1/3))
z
(* t 1/3)
t
1/3
(sin y)
y
(* (cos y) 1)
(cos y)
1
(/ a (* b 3))
a
(* b 3)
b
3
Outputs
(+ (* (* (cos y) 2) (pow (pow x 1/4) 2)) (/ a (* b -3)))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* (cos y) 2)
(*.f64 (cos.f64 y) #s(literal 2 binary64))
(cos y)
(cos.f64 y)
y
2
#s(literal 2 binary64)
(pow (pow x 1/4) 2)
(sqrt.f64 x)
(pow x 1/4)
(pow.f64 x #s(literal 1/4 binary64))
x
1/4
#s(literal 1/4 binary64)
(/ a (* b -3))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
a
(* b -3)
(*.f64 b #s(literal -3 binary64))
b
-3
#s(literal -3 binary64)
(/ a (* b -3))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
a
(* b -3)
(*.f64 b #s(literal -3 binary64))
b
-3
#s(literal -3 binary64)
(/ (* 2 (* (sqrt x) (* b (cos y)))) b)
(*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(* 2 (* (sqrt x) (* b (cos y))))
(*.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x))))
2
#s(literal 2 binary64)
(* (sqrt x) (* b (cos y)))
(*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x)))
(sqrt x)
(sqrt.f64 x)
x
(* b (cos y))
(*.f64 (cos.f64 y) b)
b
(cos y)
(cos.f64 y)
y
(- (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))) (/ (/ a b) 3))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))
(cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))
(fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)
(- (* z (* t 1/3)) y)
(-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)
(* z (* t 1/3))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
z
(* t 1/3)
(*.f64 t #s(literal 1/3 binary64))
t
1/3
#s(literal 1/3 binary64)
y
(/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))
#s(literal -1 binary64)
(+ (* -1/3 (* z t)) y)
(fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)
-1/3
#s(literal -1/3 binary64)
(* z t)
(*.f64 z t)
(/ (/ a b) 3)
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/ a b)
(/.f64 a b)
a
b
3
#s(literal 3 binary64)
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)))
(* 2 (sqrt x))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
2
#s(literal 2 binary64)
(sqrt x)
(sqrt.f64 x)
x
(+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))
(sin (* z (* t 1/3)))
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(* z (* t 1/3))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
z
(* t 1/3)
(*.f64 t #s(literal 1/3 binary64))
t
1/3
#s(literal 1/3 binary64)
(sin y)
(sin.f64 y)
y
(* (cos y) 1)
(cos.f64 y)
(cos y)
(cos.f64 y)
1
#s(literal 1 binary64)
(/ a (* b 3))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
a
(* b 3)
(*.f64 b #s(literal 3 binary64))
b
3
#s(literal 3 binary64)

localize482.0ms (2.3%)

Memory
27.1MiB live, 661.0MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy99.8%
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
accuracy99.7%
(/.f64 a (*.f64 b #s(literal 3 binary64)))
accuracy99.5%
(*.f64 t #s(literal 1/3 binary64))
accuracy50.0%
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
accuracy99.6%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y)))))
accuracy99.5%
(*.f64 t #s(literal 1/3 binary64))
accuracy84.1%
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))
accuracy49.5%
(cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))
accuracy100.0%
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
accuracy99.8%
(*.f64 b (cos.f64 y))
accuracy99.6%
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
accuracy89.3%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
accuracy100.0%
(*.f64 b #s(literal -3 binary64))
accuracy99.7%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
accuracy100.0%
(cos.f64 y)
accuracy99.9%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
accuracy99.7%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
accuracy99.1%
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
Samples
233.0ms162×1valid
66.0ms36×2valid
22.0ms58×0valid
Compiler

Compiled 366 to 51 computations (86.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 252.0ms
const: 54.0ms (21.4% of total)
ival-cos: 48.0ms (19% of total)
ival-mult: 40.0ms (15.9% of total)
ival-pow2: 20.0ms (7.9% of total)
ival-div: 20.0ms (7.9% of total)
adjust: 17.0ms (6.7% of total)
ival-sin: 16.0ms (6.3% of total)
ival-pow: 16.0ms (6.3% of total)
ival-add: 11.0ms (4.4% of total)
ival-sub: 8.0ms (3.2% of total)
ival-sqrt: 3.0ms (1.2% of total)
exact: 1.0ms (0.4% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series50.0ms (0.2%)

Memory
-27.2MiB live, 129.2MiB allocated
Counts
25 → 744
Calls
Call 1
Inputs
#<alt (pow (pow x 1/4) 2)>
#<alt (+ (* (* (cos y) 2) (pow (pow x 1/4) 2)) (/ a (* b -3)))>
#<alt (* (cos y) 2)>
#<alt (cos y)>
#<alt (/ a (* b -3))>
#<alt (* b -3)>
#<alt (/ (* 2 (* (sqrt x) (* b (cos y)))) b)>
#<alt (* 2 (* (sqrt x) (* b (cos y))))>
#<alt (* (sqrt x) (* b (cos y)))>
#<alt (sqrt x)>
#<alt (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))>
#<alt (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))>
#<alt (/ (/ a b) 3)>
#<alt (- (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))) (/ (/ a b) 3))>
#<alt (* (cos y) 1)>
#<alt (- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))>
#<alt (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1)))>
#<alt (* 2 (sqrt x))>
#<alt (* b (cos y))>
#<alt (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))>
#<alt (* t 1/3)>
#<alt (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))))>
#<alt (sin (* z (* t 1/3)))>
#<alt (/ a (* b 3))>
#<alt (* z (* t 1/3))>
Outputs
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (sqrt x)))>
#<alt (+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))>
#<alt (+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))>
#<alt 2>
#<alt (+ 2 (* -1 (pow y 2)))>
#<alt (+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))>
#<alt (+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt (* 2 (cos y))>
#<alt 1>
#<alt (+ 1 (* -1/2 (pow y 2)))>
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))>
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1/3 (/ a b))>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* -3 b)>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (sqrt x))>
#<alt (+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))>
#<alt (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))>
#<alt (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* b (sqrt x)))>
#<alt (+ (* -1 (* (* b (pow y 2)) (sqrt x))) (* 2 (* b (sqrt x))))>
#<alt (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x))))))>
#<alt (+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x))))))))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* 2 (* (* b (cos y)) (sqrt x)))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* b (sqrt x))>
#<alt (+ (* -1/2 (* (* b (pow y 2)) (sqrt x))) (* b (sqrt x)))>
#<alt (+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* 1/24 (* (* b (pow y 2)) (sqrt x))))))>
#<alt (+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* (pow y 2) (+ (* -1/720 (* (* b (pow y 2)) (sqrt x))) (* 1/24 (* b (sqrt x))))))))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (* (* b (cos y)) (sqrt x))>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (sqrt x)>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt -1>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* z (+ (* -1/3 t) (/ y z)))>
#<alt (* z (+ (* -1/3 t) (/ y z)))>
#<alt (* z (+ (* -1/3 t) (/ y z)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))>
#<alt (* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))>
#<alt y>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (* -1/3 (* t z))>
#<alt (* t (+ (* -1/3 z) (/ y t)))>
#<alt (* t (+ (* -1/3 z) (/ y t)))>
#<alt (* t (+ (* -1/3 z) (/ y t)))>
#<alt (* -1/3 (* t z))>
#<alt (* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))>
#<alt (* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))>
#<alt (* -1/3 (* t z))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt (+ y (* -1/3 (* t z)))>
#<alt y>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt (* y (+ 1 (* -1/3 (/ (* t z) y))))>
#<alt y>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))>
#<alt 1>
#<alt (+ 1 (* -1/2 (pow y 2)))>
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))>
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (cos y)>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (sqrt x)) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))>
#<alt (- (+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -1/3 (/ a b))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))>
#<alt (* -1/3 (/ a b))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))>
#<alt (* -1/3 (/ a b))>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (sqrt x))>
#<alt (+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))>
#<alt (+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))>
#<alt (+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* 2 (sqrt x))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* -2 (* (sqrt x) (pow (sqrt -1) 2)))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt b>
#<alt (+ b (* -1/2 (* b (pow y 2))))>
#<alt (+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))>
#<alt (+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (* b (cos y))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))>
#<alt (+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos y)>
#<alt (+ (cos y) (* 1/3 (* t (* z (sin y)))))>
#<alt (+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))>
#<alt (+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (* -1/3 (* t z)))>
#<alt (+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))>
#<alt (+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (+ y (* -1/3 (* t z))))>
#<alt (cos (- (* -1/3 (* t z)) (* -1 y)))>
#<alt (cos (- (* -1/3 (* t z)) (* -1 y)))>
#<alt (cos (- (* -1/3 (* t z)) (* -1 y)))>
#<alt (cos (- (* -1/3 (* t z)) (* -1 y)))>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 1/3 t)>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos y)))>
#<alt (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))>
#<alt (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))>
#<alt (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))>
#<alt (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))>
#<alt (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))>
#<alt (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))>
#<alt (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))>
#<alt (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))>
#<alt (* 1/3 (* t z))>
#<alt (* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))>
#<alt (* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))>
#<alt (* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (* 1/3 (* t z))>
#<alt (* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))>
#<alt (* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))>
#<alt (* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (sin (* 1/3 (* t z)))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (/ a b))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
#<alt (* 1/3 (* t z))>
Calls

186 calls:

TimeVariablePointExpression
3.0ms
x
@0
(- (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))) (/ (/ a b) 3))
3.0ms
z
@-inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
1.0ms
y
@-inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
1.0ms
y
@inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
1.0ms
t
@inf
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))

rewrite533.0ms (2.5%)

Memory
18.2MiB live, 952.5MiB allocated
Algorithm
batch-egg-rewrite
Rules
8 600×accelerator-lowering-fma.f32
8 600×accelerator-lowering-fma.f64
4 910×*-lowering-*.f32
4 910×*-lowering-*.f64
4 590×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
049258
1253202
22158202
08736192
Stop Event
iter limit
node limit
Counts
25 → 755
Calls
Call 1
Inputs
(pow (pow x 1/4) 2)
(+ (* (* (cos y) 2) (pow (pow x 1/4) 2)) (/ a (* b -3)))
(* (cos y) 2)
(cos y)
(/ a (* b -3))
(* b -3)
(/ (* 2 (* (sqrt x) (* b (cos y)))) b)
(* 2 (* (sqrt x) (* b (cos y))))
(* (sqrt x) (* b (cos y)))
(sqrt x)
(/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))
(/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))
(/ (/ a b) 3)
(- (* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))) (/ (/ a b) 3))
(* (cos y) 1)
(- (* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1))) (/ a (* b 3)))
(* (* 2 (sqrt x)) (+ (* (sin (* z (* t 1/3))) (sin y)) (* (cos y) 1)))
(* 2 (sqrt x))
(* b (cos y))
(cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y))))
(* t 1/3)
(* (* 2 (sqrt x)) (cos (/ (- (* z (* t 1/3)) y) (/ (- (* z (* t 1/3)) y) (+ (* -1/3 (* z t)) y)))))
(sin (* z (* t 1/3)))
(/ a (* b 3))
(* z (* t 1/3))
Outputs
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 x))))
(exp.f64 (log.f64 (sqrt.f64 x)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 x)) #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) #s(literal 1 binary64)))
(sqrt.f64 x)
(pow.f64 x #s(literal 1/2 binary64))
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (sqrt.f64 x) #s(literal 1 binary64))
(pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))
(pow.f64 (*.f64 x x) #s(literal 1/4 binary64))
(pow.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/8 binary64))
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x)))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64)))
(*.f64 (pow.f64 x #s(literal 1/8 binary64)) (pow.f64 x #s(literal 3/8 binary64)))
(*.f64 (pow.f64 x #s(literal 1/8 binary64)) (pow.f64 (pow.f64 x #s(literal 3/8 binary64)) #s(literal 1 binary64)))
(*.f64 (pow.f64 x #s(literal 3/8 binary64)) (pow.f64 x #s(literal 1/8 binary64)))
(*.f64 (pow.f64 (pow.f64 x #s(literal 3/8 binary64)) #s(literal 1 binary64)) (pow.f64 x #s(literal 1/8 binary64)))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 a b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (neg.f64 (/.f64 a b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 x)) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) #s(literal 1 binary64)) (cos.f64 y) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (neg.f64 (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(pow.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (-.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))))
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cos.f64 y)))
(*.f64 (cos.f64 y) #s(literal 2 binary64))
(+.f64 (*.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 y)) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 y)))
(cos.f64 y)
(cos.f64 (neg.f64 y))
(fma.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 y) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 y)))
(*.f64 #s(literal 1 binary64) (cos.f64 y))
(*.f64 (cos.f64 y) #s(literal 1 binary64))
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 b a)))
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)))))
(/.f64 (neg.f64 a) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (/.f64 a b)) #s(literal 3 binary64))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal -3 binary64)))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (/.f64 a #s(literal -3 binary64))) (neg.f64 b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(pow.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64))
(pow.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)))
(*.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 a b)))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(*.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 (neg.f64 (/.f64 a b)) #s(literal 1/3 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal -1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(-.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64)))
(neg.f64 (*.f64 b #s(literal 3 binary64)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 0 binary64) (*.f64 b #s(literal 3 binary64))))))
(*.f64 b #s(literal -3 binary64))
(*.f64 #s(literal -3 binary64) b)
(*.f64 #s(literal 3 binary64) (neg.f64 b))
(*.f64 (neg.f64 b) #s(literal 3 binary64))
(*.f64 #s(literal -1 binary64) (*.f64 b #s(literal 3 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 b)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b))))
(neg.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b))))
(neg.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -2 binary64)) b))
(/.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))) b)
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))))
(/.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -2 binary64)) (neg.f64 b))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -2 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))) #s(literal 1 binary64)) b)
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -2 binary64)))) (neg.f64 (neg.f64 (neg.f64 b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))) #s(literal 1 binary64))) (neg.f64 b))
(pow.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b)))
(*.f64 (*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))) #s(literal -1 binary64)))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(*.f64 #s(literal -2 binary64) (/.f64 (neg.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b))
(*.f64 (/.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) b))
(*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 b (cos.f64 y))) b))
(*.f64 (/.f64 (neg.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) b))
(*.f64 (/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) #s(literal -1 binary64)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))))
(*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) b)
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(*.f64 (sqrt.f64 x) (*.f64 (*.f64 b (cos.f64 y)) #s(literal 2 binary64)))
(*.f64 (*.f64 b (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal 2 binary64))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 b (cos.f64 y)))
(*.f64 (*.f64 b (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (cos.f64 y)))
(*.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 x))
(*.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (sqrt.f64 x))) (cos.f64 y))
(*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) b) (cos.f64 y))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 b (cos.f64 y))))
(*.f64 b (*.f64 (cos.f64 y) (sqrt.f64 x)))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(*.f64 (*.f64 b (cos.f64 y)) (sqrt.f64 x))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) #s(literal 1 binary64))
(*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x)))
(*.f64 (*.f64 b (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) b)
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)))
(*.f64 (*.f64 (*.f64 b (sqrt.f64 x)) #s(literal 1 binary64)) (cos.f64 y))
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 x))))
(exp.f64 (log.f64 (sqrt.f64 x)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 x)) #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) #s(literal 1 binary64)))
(sqrt.f64 x)
(pow.f64 x #s(literal 1/2 binary64))
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (sqrt.f64 x) #s(literal 1 binary64))
(pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))
(pow.f64 (*.f64 x x) #s(literal 1/4 binary64))
(pow.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/8 binary64))
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x)))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64)))
(*.f64 (pow.f64 x #s(literal 1/8 binary64)) (pow.f64 x #s(literal 3/8 binary64)))
(*.f64 (pow.f64 x #s(literal 1/8 binary64)) (pow.f64 (pow.f64 x #s(literal 3/8 binary64)) #s(literal 1 binary64)))
(*.f64 (pow.f64 x #s(literal 3/8 binary64)) (pow.f64 x #s(literal 1/8 binary64)))
(*.f64 (pow.f64 (pow.f64 x #s(literal 3/8 binary64)) #s(literal 1 binary64)) (pow.f64 x #s(literal 1/8 binary64)))
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal -1 binary64)))
(-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t))) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (*.f64 y y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(-.f64 (/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))) (/.f64 (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))))
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(fma.f64 z (/.f64 (*.f64 t #s(literal 1/3 binary64)) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (*.f64 z t) (/.f64 #s(literal 1/3 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 z (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z t) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 t (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 t (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 z (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 t (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 t (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z t) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 t (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 t (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64)) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (-.f64 (neg.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 y)) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64))) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) y))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (neg.f64 (fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (pow.f64 (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (-.f64 (*.f64 (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (/.f64 y (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))))
(pow.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 1 binary64))
(pow.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(*.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal -1 binary64)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))))
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(+.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) y))
(+.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)))
(+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal -1 binary64)))
(-.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (/.f64 (*.f64 y y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (*.f64 y y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(-.f64 (/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))
(fma.f64 y #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)))
(fma.f64 z (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 z t) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 z (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (*.f64 z t) (/.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64) (*.f64 y #s(literal 1 binary64)))
(fma.f64 #s(literal 1 binary64) y (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) (*.f64 #s(literal 1 binary64) y))
(fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 z (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (*.f64 z t) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z t) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 t (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 z t) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 t (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 z (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 t #s(literal 1/3 binary64)) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 z (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 z (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 z (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 z (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z t) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1/3 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 t (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 t (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 t (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) y)) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal 3 binary64)) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(/.f64 (-.f64 (neg.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (neg.f64 y)) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) y))) (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))
(/.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal 3 binary64)) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (fma.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))) (neg.f64 (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64))) (neg.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (neg.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (-.f64 (*.f64 (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1 binary64) y) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) y) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))))))
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) y)) (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) y)))))
(/.f64 (+.f64 (pow.f64 (*.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64))))))
(pow.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))
(*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))
(*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) #s(literal 1 binary64)) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y))))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))
(*.f64 (pow.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (pow.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (neg.f64 (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))))
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (*.f64 y (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/27 binary64)) (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y (*.f64 #s(literal -1/3 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64)))))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (/.f64 a b)) #s(literal -3 binary64))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal 3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal 3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 a b)))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (neg.f64 a) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (neg.f64 (/.f64 a b)) #s(literal -1/3 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 a b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (neg.f64 (/.f64 a b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (*.f64 (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (*.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(pow.f64 (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) #s(literal -1 binary64))
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))))))))
(+.f64 (*.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 y)) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 y)))
(cos.f64 y)
(cos.f64 (neg.f64 y))
(fma.f64 (cos.f64 #s(literal 0 binary64)) (cos.f64 y) (*.f64 (sin.f64 #s(literal 0 binary64)) (sin.f64 y)))
(*.f64 #s(literal 1 binary64) (cos.f64 y))
(*.f64 (cos.f64 y) #s(literal 1 binary64))
(+.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(-.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 a (/.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 a (neg.f64 (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 a b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (neg.f64 a) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (neg.f64 (/.f64 a b)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(fma.f64 (*.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(/.f64 (neg.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) (neg.f64 (neg.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (fma.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))))
(pow.f64 (/.f64 (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) #s(literal -1 binary64))
(*.f64 (-.f64 (*.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))) (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (pow.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))))
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(+.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(-.f64 (/.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))) (/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 y))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) #s(literal 1 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (cos.f64 y) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (sin.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (sin.f64 y) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (sin.f64 y)) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) #s(literal 1 binary64)) (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64)))) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (neg.f64 (cos.f64 y))))
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))
(/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (neg.f64 (cos.f64 y))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))))) (neg.f64 (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))))
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (neg.f64 (cos.f64 y)))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (cos.f64 y) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (cos.f64 y) (-.f64 (cos.f64 y) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) (neg.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (neg.f64 (cos.f64 y)))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (*.f64 (sqrt.f64 x) (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 3 binary64))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (*.f64 (sin.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)))
(*.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y))) #s(literal 2 binary64))
(*.f64 (*.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) #s(literal 2 binary64)) (sqrt.f64 x))
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 x #s(literal 1/4 binary64))) (pow.f64 x #s(literal 1/4 binary64)))
(*.f64 b (cos.f64 y))
(*.f64 (*.f64 b (cos.f64 y)) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 b (cos.f64 y)))
(*.f64 (cos.f64 y) b)
(*.f64 (cos.f64 y) (*.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 b #s(literal 1 binary64)) (cos.f64 y))
(+.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))
(cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))
(cos.f64 (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))
(-.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))))
(-.f64 (*.f64 (cos.f64 (*.f64 #s(literal 1 binary64) y)) (cos.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (*.f64 (sin.f64 (*.f64 #s(literal 1 binary64) y)) (sin.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))))
(-.f64 (*.f64 (cos.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (cos.f64 (*.f64 #s(literal 1 binary64) y))) (*.f64 (sin.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 z t)))) (sin.f64 (*.f64 #s(literal 1 binary64) y))))
(-.f64 (*.f64 (cos.f64 (*.f64 y #s(literal 1 binary64))) (cos.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (sin.f64 (*.f64 y #s(literal 1 binary64))) (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64)))))
(-.f64 (*.f64 (cos.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64))) (cos.f64 (*.f64 y #s(literal 1 binary64)))) (*.f64 (sin.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) #s(literal 1 binary64))) (sin.f64 (*.f64 y #s(literal 1 binary64)))))
(fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (-.f64 (*.f64 (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))) (*.f64 (*.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))))))))
(*.f64 t #s(literal 1/3 binary64))
(*.f64 #s(literal 1/3 binary64) t)
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))))
(*.f64 (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64)))) #s(literal 2 binary64))
(*.f64 (*.f64 (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) #s(literal 1 binary64))) #s(literal 2 binary64)) (sqrt.f64 x))
(sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal -3 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(neg.f64 (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 a (*.f64 b #s(literal 3 binary64)))
(/.f64 #s(literal 1/3 binary64) (/.f64 b a))
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b a)))
(/.f64 (/.f64 a b) #s(literal 3 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a))))
(/.f64 (neg.f64 a) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (/.f64 a b)) #s(literal -3 binary64))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64))))
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (neg.f64 (neg.f64 a)) (*.f64 b #s(literal 3 binary64)))
(/.f64 (*.f64 a #s(literal 1/3 binary64)) b)
(/.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (neg.f64 b))
(/.f64 (/.f64 a #s(literal 3 binary64)) b)
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (neg.f64 (neg.f64 a))) (*.f64 b #s(literal -3 binary64)))
(/.f64 (neg.f64 (*.f64 a #s(literal 1/3 binary64))) (neg.f64 b))
(/.f64 (neg.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64))) (neg.f64 (neg.f64 b)))
(/.f64 (neg.f64 (/.f64 a #s(literal 3 binary64))) (neg.f64 b))
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(*.f64 #s(literal 1/3 binary64) (/.f64 a b))
(*.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 a b)))
(*.f64 (/.f64 a b) #s(literal 1/3 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (neg.f64 a) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (neg.f64 (/.f64 a b)) #s(literal -1/3 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1/3 binary64) b) a)
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 b)))
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal -3 binary64)))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) b))
(*.f64 z (*.f64 t #s(literal 1/3 binary64)))
(*.f64 t (*.f64 z #s(literal 1/3 binary64)))
(*.f64 t (*.f64 #s(literal 1/3 binary64) z))
(*.f64 #s(literal 1/3 binary64) (*.f64 z t))
(*.f64 (*.f64 t #s(literal 1/3 binary64)) z)
(*.f64 (*.f64 z t) #s(literal 1/3 binary64))
(*.f64 (*.f64 z #s(literal 1/3 binary64)) t)

simplify481.0ms (2.3%)

Memory
3.7MiB live, 928.0MiB allocated
Algorithm
egg-herbie
Rules
14 980×accelerator-lowering-fma.f32
14 980×accelerator-lowering-fma.f64
7 806×*-lowering-*.f32
7 806×*-lowering-*.f64
2 924×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
05048619
116218517
255158506
080877970
Stop Event
iter limit
node limit
Counts
744 → 744
Calls
Call 1
Inputs
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(+ (* -1/3 (/ a b)) (* 2 (sqrt x)))
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(* 2 (* (sqrt x) (cos y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
2
(+ 2 (* -1 (pow y 2)))
(+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))
(+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
(* 2 (cos y))
1
(+ 1 (* -1/2 (pow y 2)))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -1/3 (/ a b))
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* -3 b)
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (sqrt x))
(+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (sqrt x) (cos y)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* b (sqrt x)))
(+ (* -1 (* (* b (pow y 2)) (sqrt x))) (* 2 (* b (sqrt x))))
(+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x))))))
(+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x))))))))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* 2 (* (* b (cos y)) (sqrt x)))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* b (sqrt x))
(+ (* -1/2 (* (* b (pow y 2)) (sqrt x))) (* b (sqrt x)))
(+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* 1/24 (* (* b (pow y 2)) (sqrt x))))))
(+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* (pow y 2) (+ (* -1/720 (* (* b (pow y 2)) (sqrt x))) (* 1/24 (* b (sqrt x))))))))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(* (* b (cos y)) (sqrt x))
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(sqrt x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* z (+ (* -1/3 t) (/ y z)))
(* z (+ (* -1/3 t) (/ y z)))
(* z (+ (* -1/3 t) (/ y z)))
(* -1/3 (* t z))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
y
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(* -1/3 (* t z))
(* t (+ (* -1/3 z) (/ y t)))
(* t (+ (* -1/3 z) (/ y t)))
(* t (+ (* -1/3 z) (/ y t)))
(* -1/3 (* t z))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(* -1/3 (* t z))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
(+ y (* -1/3 (* t z)))
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(* y (+ 1 (* -1/3 (/ (* t z) y))))
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
1
(+ 1 (* -1/2 (pow y 2)))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(cos y)
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (sqrt x)) (* 1/3 (/ a b)))
(- (+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))
(- (+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -1/3 (/ a b))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(* -1/3 (/ a b))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(* -1/3 (/ a b))
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (sqrt x))
(+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))
(+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))
(+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* 2 (sqrt x))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
b
(+ b (* -1/2 (* b (pow y 2))))
(+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))
(+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(* b (cos y))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (* -1/3 (* t z)))
(+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))
(+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (+ y (* -1/3 (* t z))))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 1/3 t)
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos y)))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))
(+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(* 1/3 (* t z))
(* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(* 1/3 (* t z))
(* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(sin (* 1/3 (* t z)))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (/ a b))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
(* 1/3 (* t z))
Outputs
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(+ (* -1/3 (/ a b)) (* 2 (sqrt x)))
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1 (* (sqrt x) (pow y 2))) (+ (* -1/3 (/ a b)) (* 2 (sqrt x))))
(-.f64 (fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))) (*.f64 (sqrt.f64 x) (*.f64 y y)))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2)))))))
(fma.f64 (*.f64 y y) (-.f64 (*.f64 (sqrt.f64 x) (*.f64 (*.f64 y y) #s(literal 1/12 binary64))) (sqrt.f64 x)) (fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(+ (* -1/3 (/ a b)) (+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x))))))))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 y y) #s(literal -1/360 binary64)))) (neg.f64 (sqrt.f64 x))) (fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos y)))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos y) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (sqrt.f64 x) (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (sqrt.f64 x) (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos y) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 (sqrt.f64 x) (/.f64 (*.f64 #s(literal -2 binary64) (cos.f64 y)) a) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (+ (* -1/3 a) (* 2 (* (* b (cos y)) (sqrt x)))) b)
(/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
2
#s(literal 2 binary64)
(+ 2 (* -1 (pow y 2)))
(-.f64 #s(literal 2 binary64) (*.f64 y y))
(+ 2 (* (pow y 2) (- (* 1/12 (pow y 2)) 1)))
(fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/12 binary64) #s(literal -1 binary64))) #s(literal 2 binary64))
(+ 2 (* (pow y 2) (- (* (pow y 2) (+ 1/12 (* -1/360 (pow y 2)))) 1)))
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/360 binary64) #s(literal 1/12 binary64))) #s(literal -1 binary64)) #s(literal 2 binary64))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
(* 2 (cos y))
(*.f64 #s(literal 2 binary64) (cos.f64 y))
1
#s(literal 1 binary64)
(+ 1 (* -1/2 (pow y 2)))
(fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* -3 b)
(*.f64 b #s(literal -3 binary64))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* -2 (* (sqrt x) (* (cos y) (pow (sqrt -1) 2))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(+ (* -1 (* (sqrt x) (pow y 2))) (* 2 (sqrt x)))
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* 1/12 (* (sqrt x) (pow y 2))))))
(fma.f64 (*.f64 y y) (-.f64 (*.f64 (sqrt.f64 x) (*.f64 (*.f64 y y) #s(literal 1/12 binary64))) (sqrt.f64 x)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)))
(+ (* 2 (sqrt x)) (* (pow y 2) (+ (* -1 (sqrt x)) (* (pow y 2) (+ (* -1/360 (* (sqrt x) (pow y 2))) (* 1/12 (sqrt x)))))))
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (sqrt.f64 x) #s(literal 1/12 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 y y) #s(literal -1/360 binary64)))) (neg.f64 (sqrt.f64 x)))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* -2 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* b (sqrt x)))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b))
(+ (* -1 (* (* b (pow y 2)) (sqrt x))) (* 2 (* b (sqrt x))))
(*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 b (*.f64 y y))))
(+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* 1/12 (* (* b (pow y 2)) (sqrt x))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 y y) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 1/12 binary64) (*.f64 b (*.f64 y y)) (neg.f64 b)))))
(+ (* 2 (* b (sqrt x))) (* (pow y 2) (+ (* -1 (* b (sqrt x))) (* (pow y 2) (+ (* -1/360 (* (* b (pow y 2)) (sqrt x))) (* 1/12 (* b (sqrt x))))))))
(fma.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 b (*.f64 y y))) (*.f64 (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/360 binary64) (*.f64 b (*.f64 y y)) (*.f64 b #s(literal 1/12 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* 2 (* (* b (cos y)) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* -1 (* (* b (* (cos y) (pow (sqrt -1) 2))) (sqrt x)))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* b (sqrt x))
(*.f64 (sqrt.f64 x) b)
(+ (* -1/2 (* (* b (pow y 2)) (sqrt x))) (* b (sqrt x)))
(*.f64 (sqrt.f64 x) (fma.f64 b (*.f64 (*.f64 y y) #s(literal -1/2 binary64)) b))
(+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* 1/24 (* (* b (pow y 2)) (sqrt x))))))
(fma.f64 (sqrt.f64 x) b (*.f64 (*.f64 y y) (*.f64 (sqrt.f64 x) (fma.f64 b #s(literal -1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 b (*.f64 y y)))))))
(+ (* b (sqrt x)) (* (pow y 2) (+ (* -1/2 (* b (sqrt x))) (* (pow y 2) (+ (* -1/720 (* (* b (pow y 2)) (sqrt x))) (* 1/24 (* b (sqrt x))))))))
(fma.f64 (sqrt.f64 x) (fma.f64 b (*.f64 (*.f64 y y) #s(literal -1/2 binary64)) b) (*.f64 (*.f64 (sqrt.f64 x) (fma.f64 b (*.f64 (*.f64 y y) #s(literal -1/720 binary64)) (*.f64 b #s(literal 1/24 binary64)))) (*.f64 (*.f64 y y) (*.f64 y y))))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(* (* b (cos y)) (sqrt x))
(*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(sqrt x)
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
(* -1 (* (sqrt x) (pow (sqrt -1) 2)))
(sqrt.f64 x)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
-1
#s(literal -1 binary64)
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 t z))
(* z (+ (* -1/3 t) (/ y z)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (+ (* -1/3 t) (/ y z)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* z (+ (* -1/3 t) (/ y z)))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 t z))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
(* -1 (* z (+ (* -1 (/ y z)) (* 1/3 t))))
(*.f64 z (fma.f64 #s(literal -1/3 binary64) t (/.f64 y z)))
y
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 t z))
(* t (+ (* -1/3 z) (/ y t)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (+ (* -1/3 z) (/ y t)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* t (+ (* -1/3 z) (/ y t)))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 t z))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* -1 (* t (+ (* -1 (/ y t)) (* 1/3 z))))
(*.f64 t (fma.f64 #s(literal -1/3 binary64) z (/.f64 y t)))
(* -1/3 (* t z))
(*.f64 #s(literal -1/3 binary64) (*.f64 t z))
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
(+ y (* -1/3 (* t z)))
(fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)
y
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 t z) y) y) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 t z) y) y) y)
(* y (+ 1 (* -1/3 (/ (* t z) y))))
(fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 t z) y) y) y)
y
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)) y) (neg.f64 y) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)) y) (neg.f64 y) y)
(* -1 (* y (- (* 1/3 (/ (* t z) y)) 1)))
(fma.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)) y) (neg.f64 y) y)
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (cos (+ y (* -1/3 (* t z))))))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2)))))))
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b))) (neg.f64 x))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t (*.f64 t z))) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/9 binary64) (cos.f64 y)) (*.f64 t t) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (sin.f64 y))))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 z z))) (cos.f64 y)) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/81 binary64) t) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) z) z) (*.f64 (cos.f64 y) #s(literal -1/9 binary64)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (/ a b)))
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) y)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z))))))))) (* 1/3 (/ a b)))
(fma.f64 y (-.f64 (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) #s(literal -2 binary64))) (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) y))) (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 y (fma.f64 y (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))) (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))))))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1 (* a (+ (* -2 (* (/ (cos (+ y (* -1/3 (* t z)))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b)) (neg.f64 a))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/ (- (* 2 (* (* b (cos (+ y (* -1/3 (* t z))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z)))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
1
#s(literal 1 binary64)
(+ 1 (* -1/2 (pow y 2)))
(fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(cos y)
(cos.f64 y)
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* x (+ (* -1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))
(*.f64 x (fma.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 x b))))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b)))))
(* -1 (* x (+ (* 1/3 (/ a (* b x))) (* 2 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))))))
(neg.f64 (*.f64 x (fma.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 x b)))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x)))))) (* 1/3 (/ a b)))
(fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 (sin.f64 y) (*.f64 z z)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 z (fma.f64 (*.f64 z z) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (sin.f64 y) (*.f64 (*.f64 #s(literal 1/14580 binary64) (pow.f64 t #s(literal 5 binary64))) (*.f64 (sin.f64 y) (*.f64 z z))))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (cos y))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y)))) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t t)) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x)))))))) (* 1/3 (/ a b)))
(fma.f64 t (fma.f64 (*.f64 t t) (fma.f64 (*.f64 (sin.f64 y) (*.f64 t (*.f64 t (pow.f64 z #s(literal 5 binary64))))) (*.f64 (sqrt.f64 x) #s(literal 1/14580 binary64)) (*.f64 (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z))) (*.f64 (sqrt.f64 x) #s(literal -1/81 binary64)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (sqrt x)) (* 1/3 (/ a b)))
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(- (+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z)))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 (sqrt.f64 x) (neg.f64 (*.f64 y y)) (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x)))))
(- (+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z))))))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 y y) (fma.f64 #s(literal -1/3 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) y)) (neg.f64 (sqrt.f64 x))))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(- (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))) (* 1/3 (/ a b)))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* a (- (* 2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b))))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal -1/3 binary64) b)))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1 (* a (+ (* -2 (* (/ (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))) a) (sqrt x))) (* 1/3 (/ 1 b)))))
(neg.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)) (/.f64 (sqrt.f64 x) a)) (/.f64 #s(literal 1/3 binary64) b))))
(* -1/3 (/ a b))
(*.f64 #s(literal -1/3 binary64) (/.f64 a b))
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal -1/3 binary64) a (*.f64 b (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))) b)
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal -1/3 binary64) a (*.f64 b (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))) b)
(/ (- (* 2 (* (* b (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))) (sqrt x))) (* 1/3 a)) b)
(/.f64 (fma.f64 #s(literal -1/3 binary64) a (*.f64 b (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))) b)
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(+ (* -1/3 (/ a b)) (* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* -2 (* (sqrt x) (* (pow (sqrt -1) 2) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z))))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/81 (* (* (pow t 3) (* (pow z 2) (sin y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 z (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 (sin.f64 y) (*.f64 z z)) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* (pow z 2) (+ (* -1/81 (* (* (pow t 3) (sin y)) (sqrt x))) (* 1/14580 (* (* (pow t 5) (* (pow z 2) (sin y))) (sqrt x))))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 z (fma.f64 (*.f64 z z) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (sin.f64 y) (*.f64 (*.f64 #s(literal 1/14580 binary64) (pow.f64 t #s(literal 5 binary64))) (*.f64 (sin.f64 y) (*.f64 z z))))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/81 (* (* (pow t 2) (* (pow z 3) (sin y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t t)) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* (pow t 2) (+ (* -1/81 (* (sqrt x) (* (pow z 3) (sin y)))) (* 1/14580 (* (* (pow t 2) (* (pow z 5) (sin y))) (sqrt x))))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 t (fma.f64 (*.f64 t t) (fma.f64 (*.f64 (sin.f64 y) (*.f64 t (*.f64 t (pow.f64 z #s(literal 5 binary64))))) (*.f64 (sqrt.f64 x) #s(literal 1/14580 binary64)) (*.f64 (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z))) (*.f64 (sqrt.f64 x) #s(literal -1/81 binary64)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y)))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(+ (* 2 (sqrt x)) (* 2 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))
(*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x)))
(+ (* 2 (sqrt x)) (* y (+ (* -1 (* (sqrt x) y)) (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))))))
(fma.f64 (sqrt.f64 x) (neg.f64 (*.f64 y y)) (*.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x))))
(+ (* 2 (sqrt x)) (* y (+ (* 2 (* (sqrt x) (sin (* 1/3 (* t z))))) (* y (+ (* -1 (sqrt x)) (* -1/3 (* (sqrt x) (* y (sin (* 1/3 (* t z)))))))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (fma.f64 y (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 y y) (fma.f64 #s(literal -1/3 binary64) (*.f64 (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) y)) (neg.f64 (sqrt.f64 x)))))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (* (sqrt x) (+ (cos y) (* (sin y) (sin (* 1/3 (* t z)))))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* 2 (sqrt x))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* -2 (* (sqrt x) (pow (sqrt -1) 2)))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
b
(+ b (* -1/2 (* b (pow y 2))))
(fma.f64 b (*.f64 (*.f64 y y) #s(literal -1/2 binary64)) b)
(+ b (* (pow y 2) (+ (* -1/2 b) (* 1/24 (* b (pow y 2))))))
(fma.f64 (*.f64 y y) (fma.f64 b #s(literal -1/2 binary64) (*.f64 #s(literal 1/24 binary64) (*.f64 b (*.f64 y y)))) b)
(+ b (* (pow y 2) (+ (* -1/2 b) (* (pow y 2) (+ (* -1/720 (* b (pow y 2))) (* 1/24 b))))))
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 b (*.f64 (*.f64 y y) #s(literal -1/720 binary64)) (*.f64 b #s(literal 1/24 binary64)))) (*.f64 b #s(literal -1/2 binary64))) b)
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(* b (cos y))
(*.f64 b (cos.f64 y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* z (- (* -1/18 (* (pow t 2) (* z (cos y)))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 (cos.f64 y) z) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))
(+ (cos y) (* z (- (* z (+ (* -1/18 (* (pow t 2) (cos y))) (* -1/162 (* (pow t 3) (* z (sin y)))))) (* -1/3 (* t (sin y))))))
(fma.f64 z (fma.f64 z (fma.f64 (cos.f64 y) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)) (*.f64 (*.f64 z (sin.f64 y)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/162 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)))) (cos.f64 y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos y)
(cos.f64 y)
(+ (cos y) (* 1/3 (* t (* z (sin y)))))
(fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))
(+ (cos y) (* t (- (* -1/18 (* t (* (pow z 2) (cos y)))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 #s(literal 1/3 binary64) (*.f64 z (sin.f64 y)) (*.f64 (*.f64 (cos.f64 y) (*.f64 z z)) (*.f64 t #s(literal -1/18 binary64)))) (cos.f64 y))
(+ (cos y) (* t (- (* t (+ (* -1/18 (* (pow z 2) (cos y))) (* -1/162 (* t (* (pow z 3) (sin y)))))) (* -1/3 (* z (sin y))))))
(fma.f64 t (fma.f64 t (fma.f64 (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z))) (*.f64 t #s(literal -1/162 binary64)) (*.f64 (*.f64 z z) (*.f64 (cos.f64 y) #s(literal -1/18 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) z) (sin.f64 y))) (cos.f64 y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (* -1/3 (* t z)))
(cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))
(+ (cos (* -1/3 (* t z))) (* -1 (* y (sin (* -1/3 (* t z))))))
(fma.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (neg.f64 y) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))
(+ (cos (* -1/3 (* t z))) (* y (- (* -1/2 (* y (cos (* -1/3 (* t z))))) (sin (* -1/3 (* t z))))))
(fma.f64 y (-.f64 (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 y #s(literal -1/2 binary64))) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))
(+ (cos (* -1/3 (* t z))) (* y (- (* y (+ (* -1/2 (cos (* -1/3 (* t z)))) (* 1/6 (* y (sin (* -1/3 (* t z))))))) (sin (* -1/3 (* t z))))))
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -1/2 binary64) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 y #s(literal 1/6 binary64)))) (neg.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (+ y (* -1/3 (* t z))))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(cos (- (* -1/3 (* t z)) (* -1 y)))
(cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 1/3 t)
(*.f64 #s(literal 1/3 binary64) t)
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* -2 (* (sqrt x) (* (cos (+ y (* -1/3 (* t z)))) (pow (sqrt -1) 2))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* -1/9 (* (* (pow t 2) (* z (cos y))) (sqrt x))) (* 2/3 (* (* t (sin y)) (sqrt x))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 z (*.f64 (sqrt.f64 x) (fma.f64 #s(literal -1/9 binary64) (*.f64 (cos.f64 y) (*.f64 t (*.f64 t z))) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(+ (* 2 (* (sqrt x) (cos y))) (* z (+ (* 2/3 (* (* t (sin y)) (sqrt x))) (* z (+ (* -1/9 (* (* (pow t 2) (cos y)) (sqrt x))) (* -1/81 (* (* (pow t 3) (* z (sin y))) (sqrt x))))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (*.f64 z (fma.f64 z (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/9 binary64) (cos.f64 y)) (*.f64 t t) (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (sin.f64 y))))) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2/3 binary64) (*.f64 t (sin.f64 y)))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos y)))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(+ (* 2/3 (* (* t (* z (sin y))) (sqrt x))) (* 2 (* (sqrt x) (cos y))))
(fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 t z)) (sin.f64 y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* -1/9 (* (* t (* (pow z 2) (cos y))) (sqrt x))) (* 2/3 (* (sqrt x) (* z (sin y)))))))
(fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 t (*.f64 z z))) (cos.f64 y)) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(+ (* 2 (* (sqrt x) (cos y))) (* t (+ (* 2/3 (* (sqrt x) (* z (sin y)))) (* t (+ (* -1/9 (* (sqrt x) (* (pow z 2) (cos y)))) (* -1/81 (* (* t (* (pow z 3) (sin y))) (sqrt x))))))))
(fma.f64 t (fma.f64 t (fma.f64 (sqrt.f64 x) (*.f64 (*.f64 #s(literal -1/81 binary64) t) (*.f64 (sin.f64 y) (*.f64 z (*.f64 z z)))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) z) z) (*.f64 (cos.f64 y) #s(literal -1/9 binary64)))) (*.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (sqrt.f64 x) z)) (sin.f64 y))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y)))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (* -1/3 (* t z)))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))))
(+ (* -2 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))) (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 x) y)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* -1 (* (sqrt x) (* y (cos (* -1/3 (* t z)))))))))
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (*.f64 y (-.f64 (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) #s(literal -2 binary64))) (*.f64 (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) y)))))
(+ (* 2 (* (sqrt x) (cos (* -1/3 (* t z))))) (* y (+ (* -2 (* (sqrt x) (sin (* -1/3 (* t z))))) (* y (+ (* -1 (* (sqrt x) (cos (* -1/3 (* t z))))) (* 1/3 (* (sqrt x) (* y (sin (* -1/3 (* t z)))))))))))
(fma.f64 y (fma.f64 y (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y)) (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z)))) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))) (*.f64 (sin.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))) (*.f64 (sqrt.f64 x) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t z))))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (+ y (* -1/3 (* t z))))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 2 (* (sqrt x) (cos (- (* -1/3 (* t z)) (* -1 y)))))
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* z (+ (* -1/162 (* (pow t 3) (pow z 2))) (* 1/3 t)))
(*.f64 z (fma.f64 z (*.f64 z (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/162 binary64)))) (*.f64 #s(literal 1/3 binary64) t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* 1/29160 (* (pow t 5) (pow z 2)))))))
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 t (*.f64 (*.f64 t t) #s(literal -1/162 binary64)) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 z z) #s(literal 1/29160 binary64)))) (*.f64 #s(literal 1/3 binary64) t)))
(* z (+ (* 1/3 t) (* (pow z 2) (+ (* -1/162 (pow t 3)) (* (pow z 2) (+ (* -1/11022480 (* (pow t 7) (pow z 2))) (* 1/29160 (pow t 5))))))))
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 t (*.f64 (*.f64 t t) #s(literal -1/162 binary64)) (*.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (*.f64 #s(literal -1/11022480 binary64) (pow.f64 t #s(literal 7 binary64))) (*.f64 (pow.f64 t #s(literal 5 binary64)) #s(literal 1/29160 binary64))))) (*.f64 #s(literal 1/3 binary64) t)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* t (+ (* -1/162 (* (pow t 2) (pow z 3))) (* 1/3 z)))
(*.f64 z (fma.f64 z (*.f64 z (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/162 binary64)))) (*.f64 #s(literal 1/3 binary64) t)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* 1/29160 (* (pow t 2) (pow z 5)))))))
(*.f64 t (fma.f64 (*.f64 t t) (fma.f64 z (*.f64 (*.f64 z z) #s(literal -1/162 binary64)) (*.f64 (pow.f64 z #s(literal 5 binary64)) (*.f64 (*.f64 t t) #s(literal 1/29160 binary64)))) (*.f64 #s(literal 1/3 binary64) z)))
(* t (+ (* 1/3 z) (* (pow t 2) (+ (* -1/162 (pow z 3)) (* (pow t 2) (+ (* -1/11022480 (* (pow t 2) (pow z 7))) (* 1/29160 (pow z 5))))))))
(*.f64 t (fma.f64 (*.f64 t t) (fma.f64 (*.f64 t t) (fma.f64 (*.f64 t t) (*.f64 (pow.f64 z #s(literal 7 binary64)) #s(literal -1/11022480 binary64)) (*.f64 (pow.f64 z #s(literal 5 binary64)) #s(literal 1/29160 binary64))) (*.f64 z (*.f64 (*.f64 z z) #s(literal -1/162 binary64)))) (*.f64 #s(literal 1/3 binary64) z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(sin (* 1/3 (* t z)))
(sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (/ a b))
(*.f64 a (/.f64 #s(literal 1/3 binary64) b))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))
(* 1/3 (* t z))
(*.f64 #s(literal 1/3 binary64) (*.f64 t z))

eval411.0ms (1.9%)

Memory
25.1MiB live, 506.4MiB allocated
Compiler

Compiled 52 340 to 3 424 computations (93.5% saved)

prune1.0s (4.8%)

Memory
-44.0MiB live, 626.7MiB allocated
Pruning

102 alts after pruning (96 fresh and 6 done)

PrunedKeptTotal
New1 760351 795
Fresh206181
Picked325
Done044
Total1 7831021 885
Accuracy
77.2%
Counts
1 885 → 102
Alt Table
Click to see full alt table
StatusAccuracyProgram
64.0%
(fma.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
63.6%
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
42.3%
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
64.0%
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
72.9%
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
55.0%
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
60.6%
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
15.8%
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
63.4%
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
64.7%
(fma.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
39.4%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
54.8%
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
64.8%
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
30.8%
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
61.2%
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
51.2%
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
3.4%
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
60.6%
(/.f64 (*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x))) b)
64.3%
(/.f64 (*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64))) b)
51.1%
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
21.6%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64)) (*.f64 b (cos.f64 y)))) b)
20.5%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) (*.f64 b (cos.f64 y)))) b)
21.8%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
14.8%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
20.5%
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 b (cos.f64 y)))) b)
51.1%
(/.f64 a (*.f64 b #s(literal -3 binary64)))
51.1%
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
21.8%
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))
51.0%
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
63.7%
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
51.0%
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
64.6%
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
30.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 (*.f64 z #s(literal 1/3 binary64)) t)) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (/.f64 t #s(literal 3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
55.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
55.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
59.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
52.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
52.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
9.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
36.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.7%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
48.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
36.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
16.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
36.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
60.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
63.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
33.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.3%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
31.5%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
30.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
22.8%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (neg.f64 (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
46.0%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
26.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
21.9%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
28.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
46.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
63.1%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.4%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
62.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
62.6%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
29.2%
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
51.1%
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
51.0%
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
22.1%
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
21.8%
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
23.6%
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
24.1%
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
24.5%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
24.1%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
24.1%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 #s(literal 1 binary64) b)))
23.4%
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
16.4%
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
23.3%
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
62.0%
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
69.8%
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
51.1%
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
51.1%
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
51.1%
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
51.0%
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
19.4%
(*.f64 a (exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))))
6.7%
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
16.3%
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))) #s(literal -1 binary64)))
Compiler

Compiled 8 022 to 2 972 computations (63% saved)

regimes1.3s (6%)

Memory
9.5MiB live, 1 115.8MiB allocated
Counts
164 → 2
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x))) b)
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (neg.f64 (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 a (exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))))
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) #s(literal -1/3 binary64))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(fma.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 y (*.f64 y y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64)) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 a #s(literal -1/3 binary64))) b)
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))) #s(literal -1 binary64)))
(/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)))
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(fma.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 (*.f64 z #s(literal 1/3 binary64)) t)) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) (*.f64 b (cos.f64 y)))) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (/.f64 t #s(literal 3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 a a)) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (/.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 b (*.f64 b #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (*.f64 (sqrt.f64 x) (sqrt.f64 x))))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (-.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (*.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (-.f64 (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Outputs
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Calls

16 calls:

121.0ms
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
110.0ms
a
97.0ms
(*.f64 b #s(literal 3 binary64))
96.0ms
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
96.0ms
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
Results
AccuracySegmentsBranch
72.9%1x
72.9%1y
72.9%1z
72.9%1t
72.9%1a
72.9%1b
74.5%2(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
74.5%2(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
72.9%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
72.9%1(sqrt.f64 x)
74.5%2(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
72.9%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
72.9%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
72.9%1(*.f64 z t)
72.9%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
72.9%1(*.f64 b #s(literal 3 binary64))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes185.0ms (0.9%)

Memory
-24.0MiB live, 145.0MiB allocated
Counts
152 → 2
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x))) b)
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (neg.f64 (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 a (exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))))
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) #s(literal -1/3 binary64))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(fma.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 y (*.f64 y y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64)) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 a #s(literal -1/3 binary64))) b)
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))) #s(literal -1 binary64)))
(/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)))
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(fma.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 (*.f64 z #s(literal 1/3 binary64)) t)) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) (*.f64 b (cos.f64 y)))) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))) (*.f64 a #s(literal -1/3 binary64))) b)
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (/.f64 t #s(literal 3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (+.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (-.f64 (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) #s(literal 1/2 binary64) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Outputs
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
Calls

2 calls:

87.0ms
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
65.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Results
AccuracySegmentsBranch
74.5%2(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
74.5%2(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
Compiler

Compiled 39 to 29 computations (25.6% saved)

regimes376.0ms (1.8%)

Memory
20.1MiB live, 256.1MiB allocated
Counts
143 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 x) (*.f64 (*.f64 t t) (*.f64 (cos.f64 y) (*.f64 z z)))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 b (cos.f64 y)) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(*.f64 a (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (/.f64 (cos.f64 y) a)) (/.f64 #s(literal -1/3 binary64) b)))
(fma.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (/.f64 #s(literal -1/3 binary64) b) a (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(fma.f64 (/.f64 a b) #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 t z) #s(literal -1/3 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64)))))
(/.f64 (*.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 b (cos.f64 y)) a)) (sqrt.f64 x) #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))) (*.f64 a #s(literal -1/3 binary64))) b)
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 (sqrt.f64 x) b) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y))) (*.f64 #s(literal -1/3 binary64) a)) b)
(/.f64 (fma.f64 b (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))
(*.f64 x (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 x b))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 a (fma.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (/.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) a) (/.f64 #s(literal -1/3 binary64) b)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 t (/.f64 z #s(literal 3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(fma.f64 x (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) #s(literal 2 binary64))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 z t)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 x (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 #s(literal -1/3 binary64) a) x))) b)
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y y (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -1/9 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/27 binary64)) (*.f64 z (*.f64 z z)))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 t z) (fma.f64 #s(literal 1/3 binary64) (*.f64 t z) y)) (*.f64 y y)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (neg.f64 (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(*.f64 a (exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))))
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) #s(literal -1/3 binary64))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (*.f64 a #s(literal 1/3 binary64)) b))
(fma.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y) (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (-.f64 (*.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64))) (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) z) (*.f64 t #s(literal 1/3 binary64)) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y)))) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 t (-.f64 (fma.f64 #s(literal 3 binary64) (*.f64 y #s(literal 0 binary64)) (*.f64 #s(literal -1/3 binary64) z)) (fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 y y) (*.f64 z (*.f64 t t))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 y y)) (*.f64 z (*.f64 t t))) (/.f64 y t))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 1/9 binary64) (neg.f64 (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 z (*.f64 z t))) (*.f64 z (*.f64 t t)))) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (fma.f64 z (*.f64 t (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 y (*.f64 y y))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (sqrt.f64 x) (fma.f64 (cos.f64 y) #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) t) (*.f64 z (sin.f64 y)))) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 t #s(literal 1/3 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 (/.f64 (*.f64 z #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 t (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (*.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (*.f64 (*.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z t)) y))) (fma.f64 (*.f64 z (*.f64 t t)) (*.f64 z #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 0 binary64)) (*.f64 (*.f64 t t) (*.f64 z z))) (*.f64 y (fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z t)) (*.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -3 binary64) (*.f64 z t))))) (*.f64 #s(literal -1/3 binary64) (*.f64 z t))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (*.f64 y (*.f64 y y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (/.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 1/27 binary64))) (fma.f64 y (*.f64 y y) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1/27 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (*.f64 y y)))) (fma.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 1/27 binary64))) (*.f64 z t) (*.f64 y (*.f64 y y)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64)) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 b (cos.f64 y)))) b)
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))))) (fma.f64 (cos.f64 y) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) y)))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 t z))) (cos.f64 y)))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) (*.f64 a #s(literal -1/3 binary64))) b)
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 (sqrt.f64 x) (*.f64 #s(literal 2 binary64) (*.f64 b (cos.f64 y)))))) #s(literal -1 binary64)))
(/.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(fma.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 (pow.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)))) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) (*.f64 b (sqrt.f64 x))) (*.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)))
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))))) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(fma.f64 (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (cos.f64 y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (neg.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 (*.f64 z #s(literal 1/3 binary64)) t)) (sin.f64 y) (*.f64 (cos.f64 y) #s(literal 1 binary64)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t))) #s(literal -1 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y))) #s(literal -1 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 #s(literal 1 binary64) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 (*.f64 (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y)) (sqrt.f64 x)) #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 z (fma.f64 #s(literal 1/3 binary64) (*.f64 t (sin.f64 y)) (*.f64 (*.f64 z (cos.f64 y)) (*.f64 (*.f64 t t) #s(literal -1/18 binary64)))) (cos.f64 y))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))) (/.f64 #s(literal 1 binary64) (cos.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/8 binary64)) #s(literal 4 binary64))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 1/4 binary64)))) (cos.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y) (fma.f64 #s(literal -1/3 binary64) (*.f64 z t) y))))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64)))) (cos.f64 (*.f64 (/.f64 (*.f64 (fma.f64 z (*.f64 t #s(literal 1/3 binary64)) y) (fma.f64 (*.f64 z t) #s(literal -1/3 binary64) y)) (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 t t))) #s(literal 1/9 binary64)) (*.f64 y y))) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (/.f64 (/.f64 a b) #s(literal 3 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64))) (cos.f64 y)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 x))) (*.f64 b (cos.f64 y)))) b)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 (cos.f64 y) b)) (pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -1/3 binary64))) b)
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 y) (sin.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) t) z)))))
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y))) (/.f64 a (*.f64 b #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (cos.f64 y) (*.f64 (sin.f64 y) (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64)))) (sin.f64 y) (*.f64 (cos.f64 y) (cos.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 z (*.f64 t #s(literal -1/3 binary64)))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Outputs
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
Calls

4 calls:

116.0ms
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
113.0ms
y
82.0ms
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
58.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Results
AccuracySegmentsBranch
72.9%1y
72.9%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
72.9%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
72.9%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Compiler

Compiled 65 to 50 computations (23.1% saved)

regimes369.0ms (1.7%)

Memory
12.8MiB live, 255.0MiB allocated
Counts
37 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
Outputs
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
Calls

16 calls:

50.0ms
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
47.0ms
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
41.0ms
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
40.0ms
t
40.0ms
(/.f64 a (*.f64 b #s(literal 3 binary64)))
Results
AccuracySegmentsBranch
72.8%1a
72.8%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
72.8%1x
72.8%1b
72.8%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
72.8%1(sqrt.f64 x)
72.8%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
72.8%1(*.f64 b #s(literal 3 binary64))
72.8%1z
72.8%1t
72.8%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
72.8%1(*.f64 z t)
72.8%1y
72.8%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
72.8%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
72.8%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes333.0ms (1.6%)

Memory
-23.1MiB live, 256.0MiB allocated
Counts
36 → 3
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (cos.f64 y))
(*.f64 (cos.f64 (fma.f64 t (*.f64 z #s(literal -1/3 binary64)) y)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 t z) y)))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (*.f64 b (cos.f64 y)) b))
(*.f64 (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y))) (/.f64 #s(literal 2 binary64) b))
(*.f64 (*.f64 (*.f64 b (cos.f64 y)) (/.f64 (sqrt.f64 x) b)) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (*.f64 b (cos.f64 y)))) b)
Outputs
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Calls

16 calls:

43.0ms
(sqrt.f64 x)
39.0ms
b
38.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
38.0ms
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
29.0ms
(*.f64 b #s(literal 3 binary64))
Results
AccuracySegmentsBranch
64.8%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
64.8%1x
68.3%3a
68.3%3b
64.8%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
64.8%1(sqrt.f64 x)
71.8%3(/.f64 a (*.f64 b #s(literal 3 binary64)))
68.3%3(*.f64 b #s(literal 3 binary64))
64.8%1y
64.8%1z
64.8%1t
64.8%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
64.8%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
64.8%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
64.8%1(*.f64 z t)
64.8%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes150.0ms (0.7%)

Memory
24.7MiB live, 105.2MiB allocated
Counts
28 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(/.f64 (fma.f64 (*.f64 b #s(literal 2 binary64)) (sqrt.f64 x) (*.f64 a #s(literal -1/3 binary64))) b)
(fma.f64 (sqrt.f64 x) #s(literal 2 binary64) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) y)))
(fma.f64 (-.f64 #s(literal 2 binary64) (*.f64 y y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 t t)) (*.f64 z z) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1/9 binary64) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))))))
Outputs
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Calls

7 calls:

75.0ms
z
31.0ms
(*.f64 b #s(literal 3 binary64))
9.0ms
b
8.0ms
y
8.0ms
a
Results
AccuracySegmentsBranch
64.8%1y
64.8%1z
64.8%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
64.8%1b
64.8%1(*.f64 b #s(literal 3 binary64))
64.8%1a
64.8%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
Compiler

Compiled 61 to 51 computations (16.4% saved)

regimes367.0ms (1.7%)

Memory
2.0MiB live, 199.9MiB allocated
Counts
21 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
Outputs
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
Calls

16 calls:

76.0ms
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
74.0ms
(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
58.0ms
z
52.0ms
(*.f64 b #s(literal 3 binary64))
32.0ms
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
Results
AccuracySegmentsBranch
64.8%1t
64.8%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
64.8%1a
64.8%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
64.8%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
64.8%1(*.f64 z t)
64.8%1x
64.8%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
64.8%1(sqrt.f64 x)
64.8%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
64.8%1y
64.8%1z
64.8%1b
64.8%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
64.8%1(*.f64 b #s(literal 3 binary64))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes192.0ms (0.9%)

Memory
-23.5MiB live, 221.8MiB allocated
Counts
20 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
Outputs
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
Calls

16 calls:

41.0ms
x
41.0ms
y
18.0ms
(*.f64 b #s(literal 3 binary64))
12.0ms
(/.f64 (*.f64 z t) #s(literal 3 binary64))
7.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
Results
AccuracySegmentsBranch
64.8%1t
64.8%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
64.8%1(*.f64 z t)
64.8%1a
64.8%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
64.8%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
64.8%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
64.8%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
64.8%1x
64.8%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
64.8%1(sqrt.f64 x)
64.8%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
64.8%1y
64.8%1z
64.8%1b
64.8%1(*.f64 b #s(literal 3 binary64))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes113.0ms (0.5%)

Memory
22.4MiB live, 214.0MiB allocated
Counts
19 → 3
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(/.f64 (/.f64 a b) #s(literal -3 binary64))
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal -1/3 binary64))
(*.f64 (/.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) a))
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -1/3 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -3 binary64)) a))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) b)) b)
Outputs
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(/.f64 (/.f64 a #s(literal -3 binary64)) b)
Calls

16 calls:

10.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
9.0ms
z
8.0ms
(/.f64 a (*.f64 b #s(literal 3 binary64)))
8.0ms
(sqrt.f64 x)
6.0ms
(*.f64 b #s(literal 3 binary64))
Results
AccuracySegmentsBranch
51.2%1t
51.2%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
51.2%1(*.f64 z t)
56.6%3a
57.9%3(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
51.2%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
51.2%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
60.9%3(/.f64 a (*.f64 b #s(literal 3 binary64)))
51.2%1x
51.2%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
51.2%1(sqrt.f64 x)
51.2%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
51.2%1y
51.2%1z
54.8%2b
54.8%2(*.f64 b #s(literal 3 binary64))
Compiler

Compiled 171 to 139 computations (18.7% saved)

regimes4.0ms (0%)

Memory
9.1MiB live, 9.1MiB allocated
Counts
10 → 3
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(/.f64 (*.f64 a #s(literal -1/3 binary64)) b)
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)))
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -3 binary64))))
(*.f64 (*.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1/3 binary64))
(/.f64 #s(literal -1/3 binary64) (/.f64 b a))
Outputs
(/.f64 a (*.f64 b #s(literal -3 binary64)))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(/.f64 a (*.f64 b #s(literal -3 binary64)))
Calls

1 calls:

4.0ms
(/.f64 a (*.f64 b #s(literal 3 binary64)))
Results
AccuracySegmentsBranch
60.8%3(/.f64 a (*.f64 b #s(literal 3 binary64)))
Compiler

Compiled 11 to 9 computations (18.2% saved)

regimes4.0ms (0%)

Memory
-33.3MiB live, 5.3MiB allocated
Counts
3 → 3
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
Outputs
(*.f64 (/.f64 a b) #s(literal -1/3 binary64))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
Calls

1 calls:

4.0ms
(/.f64 a (*.f64 b #s(literal 3 binary64)))
Results
AccuracySegmentsBranch
60.8%3(/.f64 a (*.f64 b #s(literal 3 binary64)))
Compiler

Compiled 11 to 9 computations (18.2% saved)

regimes2.0ms (0%)

Memory
4.7MiB live, 4.7MiB allocated
Counts
2 → 3
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
Outputs
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 a (/.f64 #s(literal -1/3 binary64) b))
Calls

1 calls:

2.0ms
(/.f64 a (*.f64 b #s(literal 3 binary64)))
Results
AccuracySegmentsBranch
60.8%3(/.f64 a (*.f64 b #s(literal 3 binary64)))
Compiler

Compiled 11 to 9 computations (18.2% saved)

regimes24.0ms (0.1%)

Memory
27.1MiB live, 66.1MiB allocated
Accuracy

Total -0.0b remaining (-0%)

Threshold costs -0b (-0%)

Counts
1 → 1
Calls
Call 1
Inputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
Outputs
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
Calls

16 calls:

3.0ms
(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
1.0ms
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
1.0ms
(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
1.0ms
(*.f64 b #s(literal 3 binary64))
1.0ms
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
Results
AccuracySegmentsBranch
16.4%1y
16.4%1(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))))
16.4%1(cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))
16.4%1x
16.4%1t
16.4%1(*.f64 #s(literal 2 binary64) (sqrt.f64 x))
16.4%1(sqrt.f64 x)
16.4%1z
16.4%1(-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))
16.4%1(/.f64 (*.f64 z t) #s(literal 3 binary64))
16.4%1(*.f64 z t)
16.4%1b
16.4%1(*.f64 b #s(literal 3 binary64))
16.4%1a
16.4%1(-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64))))
16.4%1(/.f64 a (*.f64 b #s(literal 3 binary64)))
Compiler

Compiled 171 to 139 computations (18.7% saved)

bsearch2.0ms (0%)

Memory
6.4MiB live, 6.4MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.9999999999999287
1.0
Compiler

Compiled 28 to 28 computations (0% saved)

bsearch6.0ms (0%)

Memory
-36.5MiB live, 5.8MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
2.866738874210598e+155
5.930522291517217e+166
Compiler

Compiled 28 to 27 computations (3.6% saved)

bsearch1.0ms (0%)

Memory
1.1MiB live, 1.1MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
1.0878127937853428e-131
9.113900845251365e-131
0.0ms
-3.193133346512508e-103
-4.543025910496132e-110
Compiler

Compiled 28 to 28 computations (0% saved)

bsearch0.0ms (0%)

Memory
0.7MiB live, 0.8MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
9.608686903475327e-95
2.924890696480126e-94
0.0ms
-2.371999292731784e-53
-2.0917548922667806e-54
Compiler

Compiled 28 to 28 computations (0% saved)

bsearch0.0ms (0%)

Memory
0.7MiB live, 0.6MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
9.608686903475327e-95
2.924890696480126e-94
0.0ms
-2.371999292731784e-53
-2.0917548922667806e-54
Compiler

Compiled 28 to 28 computations (0% saved)

bsearch0.0ms (0%)

Memory
0.7MiB live, 0.7MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
9.608686903475327e-95
2.924890696480126e-94
0.0ms
-2.371999292731784e-53
-2.0917548922667806e-54
Compiler

Compiled 28 to 28 computations (0% saved)

bsearch0.0ms (0%)

Memory
0.6MiB live, 0.6MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
9.608686903475327e-95
2.924890696480126e-94
0.0ms
-2.371999292731784e-53
-2.0917548922667806e-54
Compiler

Compiled 28 to 28 computations (0% saved)

simplify20.0ms (0.1%)

Memory
4.5MiB live, 43.2MiB allocated
Algorithm
egg-herbie
Rules
74×*-commutative_binary64
44×+-commutative_binary64
44×sub-neg_binary64
30×neg-sub0_binary64
30×neg-mul-1_binary64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
090369
1140369
2177369
3214369
4238369
5250369
6253369
Stop Event
saturated
Calls
Call 1
Inputs
(if (<=.f64 (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))) #s(literal 4503599627370175/4503599627370496 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(if (<=.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 499999999999999991679590111595860857280186137508735268183503807230234208750506277265738938472969370875618694172181552533767253674082286866732755185163042816 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8069530869021589/40347654345107946713373737062547060536401653012956617387979052445947619094013143666088208645002153616185987062074179584 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 1997919072202235/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 (/.f64 a #s(literal -3 binary64)) b) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (/.f64 (/.f64 a #s(literal -3 binary64)) b)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
Outputs
(if (<=.f64 (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))) #s(literal 4503599627370175/4503599627370496 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))))
(if (<=.f64 (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))) #s(literal 4503599627370175/4503599627370496 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (fma.f64 (cos.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (cos.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (*.f64 (sin.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y)))) (sin.f64 (*.f64 y (/.f64 (fma.f64 z (*.f64 t #s(literal -1/3 binary64)) y) (-.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))) y))))))) (/.f64 (/.f64 a b) #s(literal 3 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 #s(literal 3 binary64) b))))
(if (<=.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) #s(literal 499999999999999991679590111595860857280186137508735268183503807230234208750506277265738938472969370875618694172181552533767253674082286866732755185163042816 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b)))
(if (<=.f64 (-.f64 (*.f64 (cos.f64 (-.f64 y (/.f64 (*.f64 z t) #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 x))) (/.f64 a (*.f64 #s(literal 3 binary64) b))) #s(literal 499999999999999991679590111595860857280186137508735268183503807230234208750506277265738938472969370875618694172181552533767253674082286866732755185163042816 binary64)) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (cos.f64 y) (cos.f64 (*.f64 z (*.f64 t #s(literal 1/3 binary64))))) (*.f64 (sin.f64 (*.f64 (*.f64 z t) #s(literal -1/3 binary64))) (sin.f64 y)))) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b)))
(fma.f64 (*.f64 (cos.f64 y) #s(literal 2 binary64)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 (*.f64 #s(literal 2 binary64) (cos.f64 y)) (sqrt.f64 x) (/.f64 a (*.f64 b #s(literal -3 binary64))))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)))
(fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 x) (cos.f64 y)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8069530869021589/40347654345107946713373737062547060536401653012956617387979052445947619094013143666088208645002153616185987062074179584 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 1997919072202235/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))))
(if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal -8069530869021589/40347654345107946713373737062547060536401653012956617387979052445947619094013143666088208645002153616185987062074179584 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 #s(literal 3 binary64) b))) (if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 1997919072202235/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (cos.f64 y)) (-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal 3 binary64))))
(-.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 #s(literal 3 binary64) b)))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 a #s(literal -1/3 binary64)) b))
(fma.f64 #s(literal 2 binary64) (sqrt.f64 x) (/.f64 (*.f64 #s(literal -1/3 binary64) a) b))
(fma.f64 #s(literal -1/3 binary64) (/.f64 a b) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 (/.f64 a #s(literal -3 binary64)) b) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (/.f64 (/.f64 a #s(literal -3 binary64)) b)))
(if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 (/.f64 a #s(literal -3 binary64)) b) (if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 (/.f64 a #s(literal -3 binary64)) b)))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (/.f64 a (*.f64 b #s(literal -3 binary64))) (if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (/.f64 a (*.f64 b #s(literal -3 binary64)))))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 (/.f64 a b) #s(literal -1/3 binary64)) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 a b)) (if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (if (<=.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 (sqrt.f64 x) #s(literal 2 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal -8627182933488205/431359146674410236714672241392314090778194310760649159697657763987456 binary64)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b)) (if (<=.f64 (/.f64 a (*.f64 #s(literal 3 binary64) b)) #s(literal 3757668132438133/37576681324381331646231689548629392438010920782533117931316655544515344401833735095419183974156299248510959616 binary64)) (*.f64 #s(literal 2 binary64) (sqrt.f64 x)) (*.f64 a (/.f64 #s(literal -1/3 binary64) b))))
(*.f64 (sqrt.f64 x) #s(literal 2 binary64))
(*.f64 #s(literal 2 binary64) (sqrt.f64 x))

soundness1.7s (7.9%)

Memory
8.9MiB live, 1 792.1MiB allocated
Rules
14 980×accelerator-lowering-fma.f32
14 980×accelerator-lowering-fma.f64
14 006×accelerator-lowering-fma.f32
14 006×accelerator-lowering-fma.f64
8 658×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
063375
1320317
22893317
09062293
0130218511
1449017512
0965316539
058262
1329222
22861222
08500205
01857
18257
267857
0885152
05048619
116218517
255158506
080877970
0103116714
1349515901
0883814803
02313233
17133216
222523165
344753153
084102895
049258
1253202
22158202
08736192
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 1 185 to 717 computations (39.5% saved)

preprocess124.0ms (0.6%)

Memory
8.7MiB live, 324.3MiB allocated
Compiler

Compiled 2 380 to 774 computations (67.5% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated

Profiling

Loading profile data...