1/2(abs(p)+abs(r) - sqrt((p-r)^2 + 4q^2))

Time bar (total: 8.8s)

start0.0ms (0%)

Memory
0.1MiB live, 0.1MiB allocated

analyze0.0ms (0%)

Memory
2.5MiB live, 2.4MiB allocated
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%99.9%0.1%0%0%0%0
100%99.9%0%0.1%0%0%0%1
Compiler

Compiled 24 to 20 computations (16.7% saved)

sample2.1s (24.4%)

Memory
100.3MiB live, 3 954.3MiB allocated
Samples
705.0ms3 119×1valid
674.0ms2 304×2valid
317.0ms2 833×0valid
Precisions
Click to see histograms. Total time spent on operations: 1.3s
ival-pow2: 247.0ms (18.5% of total)
adjust: 241.0ms (18.1% of total)
ival-add: 196.0ms (14.7% of total)
ival-sub: 180.0ms (13.5% of total)
ival-mult: 172.0ms (12.9% of total)
ival-sqrt: 132.0ms (9.9% of total)
ival-fabs: 81.0ms (6.1% of total)
ival-div: 65.0ms (4.9% of total)
exact: 12.0ms (0.9% of total)
ival-true: 6.0ms (0.4% of total)
ival-assert: 4.0ms (0.3% of total)
Bogosity

explain290.0ms (3.3%)

Memory
2.6MiB live, 597.8MiB allocated
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1490-0-(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
1410-0-(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
00-0-q
00-0-(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
00-0-(-.f64 p r)
00-0-(pow.f64 q #s(literal 2 binary64))
00-0-#s(literal 1 binary64)
00-0-(pow.f64 (-.f64 p r) #s(literal 2 binary64))
00-0-(fabs.f64 p)
00-0-(+.f64 (fabs.f64 p) (fabs.f64 r))
00-0-(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
00-0-#s(literal 4 binary64)
00-0-p
00-0-(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
00-0-(fabs.f64 r)
00-0-#s(literal 2 binary64)
00-0-r
00-0-(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
sqrt.f64(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))oflow-rescue1440
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))overflow144
(pow.f64 q #s(literal 2 binary64))overflow63
(pow.f64 (-.f64 p r) #s(literal 2 binary64))overflow114
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))overflow63
-.f64(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))cancellation1410
sqrt.f64(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))uflow-rescue50
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))underflow5
(pow.f64 q #s(literal 2 binary64))underflow68
(pow.f64 (-.f64 p r) #s(literal 2 binary64))underflow17
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))underflow68
Confusion
Predicted +Predicted -
+2030
-053
Precision
1.0
Recall
1.0
Confusion?
Predicted +Predicted MaybePredicted -
+20300
-0053
Precision?
1.0
Recall?
1.0
Freqs
test
numberfreq
053
1116
287
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
67.0ms226×1valid
43.0ms124×2valid
20.0ms162×0valid
Compiler

Compiled 220 to 58 computations (73.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 89.0ms
adjust: 19.0ms (21.5% of total)
ival-pow2: 15.0ms (16.9% of total)
ival-add: 14.0ms (15.8% of total)
ival-sqrt: 12.0ms (13.6% of total)
ival-mult: 10.0ms (11.3% of total)
ival-sub: 9.0ms (10.2% of total)
ival-fabs: 5.0ms (5.6% of total)
ival-div: 3.0ms (3.4% of total)
ival-true: 1.0ms (1.1% of total)
exact: 1.0ms (1.1% of total)
ival-assert: 0.0ms (0% of total)

preprocess202.0ms (2.3%)

Memory
-10.2MiB live, 109.3MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
069187
1145184
2323184
3882184
41431184
51984184
62215184
72491184
82798184
93143184
103638184
114071184
124550184
134883184
145265184
155549184
165788184
176041184
186598184
197201184
207872184
01820
03120
15020
28620
320520
437620
549420
654720
759520
862120
966520
1073220
1184920
1292020
1398020
14108220
15118820
16129620
17137520
18144920
19155720
20165420
21175520
22181720
23184920
24187920
25189920
26191920
0191919
Stop Event
iter limit
saturated
iter limit
node limit
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(*.f64 (-.f64 (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) (fabs.f64 p)) #s(literal -1/2 binary64))
Symmetry

(abs q)

(sort p r)

Compiler

Compiled 22 to 18 computations (18.2% saved)

eval0.0ms (0%)

Memory
0.2MiB live, 0.2MiB allocated
Compiler

Compiled 0 to 3 computations (-∞% saved)

prune1.0ms (0%)

Memory
1.2MiB live, 1.2MiB allocated
Alt Table
Click to see full alt table
StatusAccuracyProgram
24.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
Compiler

Compiled 22 to 18 computations (18.2% saved)

simplify61.0ms (0.7%)

Memory
-3.6MiB live, 35.5MiB allocated
Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
cost-diff0
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
cost-diff1
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
cost-diff2
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01893
03193
15093
28693
320593
437693
549493
654793
759593
862193
966593
1073293
1184993
1292093
1398093
14108293
15118893
16129693
17137593
18144993
19155793
20165493
21175593
22181793
23184993
24187993
25189993
26191993
0191989
Stop Event
iter limit
saturated
iter limit
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
#s(literal 4 binary64)
(pow.f64 q #s(literal 2 binary64))
q
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(*.f64 (-.f64 (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) (fabs.f64 p)) #s(literal -1/2 binary64))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1/2 binary64)
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 p)
p
(fabs.f64 r)
r
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
(*.f64 (*.f64 q q) #s(literal 4 binary64))
#s(literal 4 binary64)
(pow.f64 q #s(literal 2 binary64))
(*.f64 q q)
q

localize166.0ms (1.9%)

Memory
-15.9MiB live, 181.2MiB allocated
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy0.021816259768442016
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
accuracy0.0234375
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
accuracy32.70704186374214
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
accuracy34.52055749952509
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
Samples
31.0ms113×1valid
26.0ms62×2valid
9.0ms81×0valid
Compiler

Compiled 99 to 20 computations (79.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 45.0ms
ival-pow2: 9.0ms (19.9% of total)
ival-fabs: 8.0ms (17.7% of total)
adjust: 7.0ms (15.4% of total)
ival-sub: 5.0ms (11% of total)
ival-mult: 5.0ms (11% of total)
ival-add: 5.0ms (11% of total)
ival-sqrt: 4.0ms (8.8% of total)
ival-div: 2.0ms (4.4% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

series18.0ms (0.2%)

Memory
25.3MiB live, 25.3MiB allocated
Counts
7 → 128
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Outputs
(+ (* 4 (pow q 2)) (pow r 2))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2)))
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(pow r 2)
(+ (* -2 (* p r)) (pow r 2))
(+ (* p (+ p (* -2 r))) (pow r 2))
(pow p 2)
(* (pow p 2) (+ 1 (* -2 (/ r p))))
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2))))))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
p
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2)))))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p))))
(* 1/2 p)
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))
(+ (* 4 (pow q 2)) (pow p 2))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(+ (* -2 (* p r)) (pow p 2))
(+ (* r (+ r (* -2 p))) (pow p 2))
(* (pow r 2) (+ 1 (* -2 (/ p r))))
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2))))))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2)))))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r))))
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))
(pow (- p r) 2)
(+ (* 4 (pow q 2)) (pow (- p r) 2))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(* 4 (pow q 2))
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* 2 q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
Calls

9 calls:

TimeVariablePointExpression
2.0ms
q
@0
((/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (pow (- p r) 2) (* 4 (pow q 2)))
2.0ms
p
@0
((/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (pow (- p r) 2) (* 4 (pow q 2)))
2.0ms
r
@0
((/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (pow (- p r) 2) (* 4 (pow q 2)))
2.0ms
q
@inf
((/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (pow (- p r) 2) (* 4 (pow q 2)))
2.0ms
p
@inf
((/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (pow (- p r) 2) (* 4 (pow q 2)))

simplify181.0ms (2.1%)

Memory
-48.1MiB live, 219.2MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
06203242
120443049
278823021
081812821
Stop Event
iter limit
node limit
Counts
128 → 125
Calls
Call 1
Inputs
(+ (* 4 (pow q 2)) (pow r 2))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2)))
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(pow r 2)
(+ (* -2 (* p r)) (pow r 2))
(+ (* p (+ p (* -2 r))) (pow r 2))
(pow p 2)
(* (pow p 2) (+ 1 (* -2 (/ r p))))
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2))))))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
p
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2)))))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p))))
(* 1/2 p)
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))
(+ (* 4 (pow q 2)) (pow p 2))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(+ (* -2 (* p r)) (pow p 2))
(+ (* r (+ r (* -2 p))) (pow p 2))
(* (pow r 2) (+ 1 (* -2 (/ p r))))
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2))))))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2)))))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r))))
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))
(pow (- p r) 2)
(+ (* 4 (pow q 2)) (pow (- p r) 2))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(* 4 (pow q 2))
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* 2 q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
Outputs
(+ (* 4 (pow q 2)) (pow r 2))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2)))
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2)))
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) r)) (*.f64 (*.f64 p #s(literal -1/4 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (neg.f64 r))) p (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 (neg.f64 p) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (neg.f64 r))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (neg.f64 r)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(pow r 2)
(*.f64 r r)
(+ (* -2 (* p r)) (pow r 2))
(*.f64 (fma.f64 #s(literal -2 binary64) p r) r)
(+ (* p (+ p (* -2 r))) (pow r 2))
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p))
(pow p 2)
(*.f64 p p)
(* (pow p 2) (+ 1 (* -2 (/ r p))))
(*.f64 (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) p) p)
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2))))))
(*.f64 (+.f64 (/.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) p) p) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p))
(* -1/2 p)
(*.f64 #s(literal -1/2 binary64) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) p)) p) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (/.f64 (neg.f64 (fma.f64 q q (*.f64 r (/.f64 (*.f64 q q) p)))) p) p)) #s(literal 1/2 binary64)) p)
(* -1 p)
(neg.f64 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p)
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64))) p)
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)))) p)
p
(* p (+ 1 (* -1 (/ r p))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(fma.f64 (neg.f64 p) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) p)
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (*.f64 #s(literal 2 binary64) (/.f64 (fma.f64 q q (*.f64 r (/.f64 (*.f64 q q) p))) p))) p)) p)
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2)))))
(*.f64 (+.f64 (/.f64 (fma.f64 r (/.f64 r p) (*.f64 #s(literal -2 binary64) r)) p) #s(literal 1 binary64)) (*.f64 p p))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p))))
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) r (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (neg.f64 p))) p)) p) p)
(* 1/2 p)
(*.f64 #s(literal 1/2 binary64) p)
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (*.f64 r (/.f64 (*.f64 q q) p)))) p)) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 r (/.f64 (*.f64 q q) p)))) p)) r) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (*.f64 #s(literal 2 binary64) (/.f64 (fma.f64 q q (*.f64 r (/.f64 (*.f64 q q) p))) p))) p)))
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) r (/.f64 (*.f64 (neg.f64 r) r) p)) p)) p) p)
(+ (* 4 (pow q 2)) (pow p 2))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2)))
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) r) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) p))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) r) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.f64 r #s(literal -1/4 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) r) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (neg.f64 p))) r (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (neg.f64 p)) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 r p)) (-.f64 #s(literal 1 binary64) (*.f64 p (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (* -2 (* p r)) (pow p 2))
(*.f64 (fma.f64 #s(literal -2 binary64) r p) p)
(+ (* r (+ r (* -2 p))) (pow p 2))
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p))
(* (pow r 2) (+ 1 (* -2 (/ p r))))
(*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) r) r)
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2))))))
(*.f64 (+.f64 (/.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) r) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q))) r) r)) #s(literal 1/2 binary64)) r)
(* -1 r)
(neg.f64 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 p (pow.f64 r #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))) r)
r
(* r (+ 1 (* -1 (/ p r))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(fma.f64 (neg.f64 r) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r) r)
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (*.f64 #s(literal 2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q)) r))) r)) r)
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2)))))
(*.f64 (+.f64 (/.f64 (fma.f64 p (/.f64 p r) (*.f64 #s(literal -2 binary64) p)) r) #s(literal 1 binary64)) (*.f64 r r))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r))))
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (neg.f64 r))) r)) r) r)
(* 1/2 r)
(*.f64 #s(literal 1/2 binary64) r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q))) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) p) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q))) r)) p) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (*.f64 #s(literal 2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q)) r))) r)))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (*.f64 (neg.f64 p) p) r)) r)) r) r)
(pow (- p r) 2)
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(+ (* 4 (pow q 2)) (pow (- p r) 2))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 (-.f64 (*.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64)))
(- (+ r (+ (fabs p) (fabs r))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(+.f64 (fma.f64 (*.f64 q (/.f64 q (-.f64 p r))) #s(literal -2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p))
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(+.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) q) q (/.f64 #s(literal -2 binary64) (-.f64 p r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p))
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal -2 binary64) (-.f64 p r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p))
(- p r)
(-.f64 p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) (-.f64 p r)) q) q (-.f64 p r))
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(fma.f64 (fma.f64 (*.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (-.f64 p r))
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(fma.f64 (fma.f64 (fma.f64 (*.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) #s(literal 4 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (-.f64 p r))
(* 4 (pow q 2))
(*.f64 (*.f64 q q) #s(literal 4 binary64))
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2))))
(*.f64 (+.f64 (/.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) q) #s(literal 4 binary64)) (*.f64 q q))
(* -1 q)
(neg.f64 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 #s(literal 1/2 binary64) q)) #s(literal 1 binary64)) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q) #s(literal 1 binary64)) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)) q)
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 2 binary64)) q)
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 2 binary64))) q)
(* 2 q)
(*.f64 #s(literal 2 binary64) q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) #s(literal 1/512 binary64)) (pow.f64 q #s(literal 6 binary64)))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal -1/4 binary64))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) #s(literal 1/512 binary64)) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q))

rewrite172.0ms (2%)

Memory
17.3MiB live, 253.1MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01872
03172
111472
278068
0882764
Stop Event
iter limit
node limit
iter limit
Counts
7 → 239
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Outputs
#s(literal 1/2 binary64)
(*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1 binary64)))
(*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)) #s(literal 1/2 binary64))
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 2 binary64))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1 binary64))
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) (+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) (-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fma.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
(/.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (pow.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(/.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (neg.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (neg.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (*.f64 (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (*.f64 (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (fma.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) (*.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)))) (*.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(/.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) q) q (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))
(neg.f64 (/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(neg.f64 (/.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(neg.f64 (/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(neg.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (neg.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(neg.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(neg.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (fabs.f64 (*.f64 #s(literal 4 binary64) q)) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -4 binary64) q)) q))
(fma.f64 (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 q) q) #s(literal -4 binary64)))
(fma.f64 (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (neg.f64 (*.f64 #s(literal -4 binary64) q)) q))
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (*.f64 (neg.f64 q) q) #s(literal -4 binary64)))
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 q (fabs.f64 (*.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (-.f64 p r) (-.f64 p r) (*.f64 (neg.f64 (*.f64 #s(literal -4 binary64) q)) q))
(fma.f64 (-.f64 p r) (-.f64 p r) (*.f64 (*.f64 (neg.f64 q) q) #s(literal -4 binary64)))
(fma.f64 (-.f64 p r) (-.f64 p r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)))
(-.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) q) q (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) q) q (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))) (/.f64 (*.f64 #s(literal -64 binary64) (pow.f64 q #s(literal 6 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))))
(-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(fabs.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64)))
(exp.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (neg.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -4 binary64) q)) q))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 (neg.f64 q) q) #s(literal -4 binary64)))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 p #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))))
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 p #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 p #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) (*.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))))))
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 p #s(literal 1/2 binary64) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(-.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (neg.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal 1/2 binary64)))
(-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal -1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(+.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))) (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))) (+.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))))
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))) (*.f64 (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))) (+.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))))
(/.f64 (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) p))
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (-.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (*.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (fma.f64 (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (*.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))))))
(/.f64 (+.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 p p) (*.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) p))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 r p) (+.f64 r p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (-.f64 r p) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (-.f64 r p) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 r p) (+.f64 r p)) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (-.f64 r p) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 r p) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (neg.f64 (fma.f64 r (-.f64 r p) (*.f64 p p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (neg.f64 (fma.f64 r (-.f64 r p) (*.f64 p p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (neg.f64 (fma.f64 r (-.f64 r p) (*.f64 p p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (fma.f64 r (-.f64 r p) (*.f64 p p))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (-.f64 p r) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (-.f64 p r) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (-.f64 p r) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 p r) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (fma.f64 r r (fma.f64 p p (*.f64 (neg.f64 r) p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (fma.f64 r r (fma.f64 p p (*.f64 (neg.f64 r) p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (fma.f64 r r (fma.f64 p p (*.f64 (neg.f64 r) p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (fma.f64 r r (fma.f64 p p (*.f64 (neg.f64 r) p))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (fma.f64 r (-.f64 r p) (*.f64 p p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (fma.f64 r (-.f64 r p) (*.f64 p p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) (*.f64 (fma.f64 r (-.f64 r p) (*.f64 p p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (fma.f64 r (-.f64 r p) (*.f64 p p)) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (-.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(neg.f64 (/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(neg.f64 (/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p)))))
(neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))))
(fma.f64 (+.f64 (sqrt.f64 r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (-.f64 (sqrt.f64 r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) p)
(fma.f64 (pow.f64 (*.f64 p p) #s(literal 1/4 binary64)) (pow.f64 (*.f64 p p) #s(literal 1/4 binary64)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (pow.f64 (*.f64 r r) #s(literal 1/4 binary64)) (pow.f64 (*.f64 r r) #s(literal 1/4 binary64)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (/.f64 (+.f64 r p) (sqrt.f64 (-.f64 p r))) (/.f64 (-.f64 p r) (sqrt.f64 (-.f64 p r))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(-.f64 (/.f64 (*.f64 p p) (-.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(-.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 p))
(-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) (/.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))))
(+.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))) (/.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 r p))))
(+.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) p)
(+.f64 (+.f64 r p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(+.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(+.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(*.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))))
(*.f64 (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (fabs.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (fabs.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (fabs.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (fabs.f64 (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))))
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (-.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(fabs.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fabs.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (sinh.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(*.f64 (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)) (pow.f64 (neg.f64 (-.f64 p r)) #s(literal 1 binary64)))
(*.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)))
(*.f64 (-.f64 p r) (-.f64 p r))
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 (-.f64 p r)))
(pow.f64 (neg.f64 (-.f64 p r)) #s(literal 2 binary64))
(pow.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(/.f64 (-.f64 (*.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (-.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (+.f64 (pow.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (*.f64 (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 p r))) (neg.f64 (+.f64 r p)))
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (neg.f64 (*.f64 (-.f64 p r) (*.f64 (+.f64 r p) (-.f64 p r)))) (neg.f64 (+.f64 r p)))
(/.f64 (neg.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (neg.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64))) (neg.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (neg.f64 (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (+.f64 r p) (-.f64 p r)))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p))))
(/.f64 (neg.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64))) (neg.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64))))
(/.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (neg.f64 (+.f64 r p)) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))))
(/.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (neg.f64 (+.f64 r p)) (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (*.f64 (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (neg.f64 p) p (*.f64 r r))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (neg.f64 (+.f64 r p))))
(/.f64 (*.f64 (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (+.f64 r p) (-.f64 p r))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (+.f64 r p)))
(/.f64 (*.f64 (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (neg.f64 p) p (*.f64 r r))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (neg.f64 (+.f64 r p))))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))))
(/.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (fma.f64 (neg.f64 p) p (*.f64 r r))) (*.f64 (+.f64 r p) (neg.f64 (+.f64 r p))))
(/.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (+.f64 r p) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))))
(/.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (*.f64 (+.f64 r p) (-.f64 p r))) (*.f64 (neg.f64 (+.f64 r p)) (+.f64 r p)))
(/.f64 (fabs.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 p r))) (fabs.f64 (+.f64 r p)))
(/.f64 (fabs.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r))) (fabs.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (fabs.f64 (*.f64 (-.f64 p r) (*.f64 (+.f64 r p) (-.f64 p r)))) (fabs.f64 (+.f64 r p)))
(/.f64 (fabs.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (fabs.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (fabs.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))
(/.f64 (fabs.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (fabs.f64 (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p)))))
(/.f64 (fabs.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (+.f64 r p) (-.f64 p r)))) (fabs.f64 (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p))))
(/.f64 (fabs.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64))) (fabs.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64))))
(/.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 p r)) (+.f64 r p))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (fma.f64 r (+.f64 r p) (*.f64 p p)))
(/.f64 (*.f64 (-.f64 p r) (*.f64 (+.f64 r p) (-.f64 p r))) (+.f64 r p))
(/.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 r (+.f64 r p) (*.f64 p p)))
(/.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))
(/.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (+.f64 r p) (-.f64 p r))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p)))
(/.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64)))
(neg.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(sqrt.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)))
(fabs.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(fabs.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1 binary64)))
(exp.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(+.f64 (cosh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(*.f64 (fabs.f64 (*.f64 #s(literal 4 binary64) q)) q)
(*.f64 (*.f64 #s(literal 4 binary64) q) q)
(*.f64 (*.f64 q q) #s(literal 4 binary64))
(*.f64 q (fabs.f64 (*.f64 q #s(literal 4 binary64))))
(*.f64 q (*.f64 q #s(literal 4 binary64)))
(*.f64 #s(literal 4 binary64) (*.f64 q q))
(sqrt.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))
(fabs.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(fabs.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))

eval60.0ms (0.7%)

Memory
10.2MiB live, 121.3MiB allocated
Compiler

Compiled 16 443 to 1 982 computations (87.9% saved)

prune38.0ms (0.4%)

Memory
2.5MiB live, 50.0MiB allocated
Pruning

20 alts after pruning (20 fresh and 0 done)

PrunedKeptTotal
New34220362
Fresh000
Picked101
Done000
Total34320363
Accuracy
59.0%
Counts
363 → 20
Alt Table
Click to see full alt table
StatusAccuracyProgram
11.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
6.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
17.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) p)))
8.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))))
13.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r))))
30.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
18.2%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64))) r)))
9.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 p (pow.f64 r #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))) r)))
20.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))))
16.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
16.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)))
11.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
11.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
16.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
16.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
3.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
6.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
5.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
32.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Compiler

Compiled 1 560 to 1 048 computations (32.8% saved)

simplify141.0ms (1.6%)

Memory
0.6MiB live, 201.1MiB allocated
Algorithm
egg-herbie
Localize:

Found 16 expressions of interest:

NewMetricScoreProgram
cost-diff0
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
cost-diff0
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
cost-diff0
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
cost-diff0
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
cost-diff0
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
cost-diff0
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
cost-diff0
(+.f64 (fabs.f64 p) (fabs.f64 r))
cost-diff0
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
cost-diff0
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
cost-diff2
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff0
(*.f64 #s(literal -1/2 binary64) p)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
cost-diff0
(neg.f64 q)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
053472
084472
1147472
2311472
3925472
42394472
55971472
08210465
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal -1/2 binary64)
p
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(*.f64 #s(literal 2 binary64) q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 (fabs.f64 r) p)
(fabs.f64 r)
r
p
(fabs.f64 p)
#s(literal 1/2 binary64)
(/.f64 (*.f64 (neg.f64 q) q) r)
(*.f64 (neg.f64 q) q)
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1 binary64)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 r r)
r
(*.f64 r p)
p
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
(fabs.f64 p)
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1/2 binary64)
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal -1/2 binary64)
p
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1/2 binary64)
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 #s(literal 2 binary64) q)
(*.f64 q #s(literal 2 binary64))
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (*.f64 (/.f64 q r) q)) (neg.f64 r)) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (*.f64 (/.f64 q r) q)) (neg.f64 r)) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (*.f64 (/.f64 q r) q)) (neg.f64 r)) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (*.f64 (/.f64 q r) q)) (neg.f64 r))
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))
(+.f64 (fabs.f64 r) p)
(fabs.f64 r)
r
p
(fabs.f64 p)
#s(literal 1/2 binary64)
(/.f64 (*.f64 (neg.f64 q) q) r)
(*.f64 (neg.f64 q) q)
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(*.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1 binary64)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 r r)
r
(*.f64 r p)
p
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
(fabs.f64 p)
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1/2 binary64)

localize205.0ms (2.3%)

Memory
17.7MiB live, 409.0MiB allocated
Localize:

Found 16 expressions of interest:

NewMetricScoreProgram
accuracy21.05760932749742
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
accuracy21.388059205004776
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
accuracy30.327103150117352
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
accuracy30.381958096413648
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
accuracy6.950159942605839
(/.f64 (*.f64 (neg.f64 q) q) r)
accuracy17.7679461152779
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
accuracy28.81840018141667
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
accuracy31.49590575162691
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
accuracy0.0
(fabs.f64 r)
accuracy0.0
(fabs.f64 p)
accuracy32.70704186374214
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
accuracy43.497364603847956
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
accuracy0.0
(*.f64 #s(literal -1/2 binary64) p)
accuracy62.24234331429583
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
accuracy0.0
(neg.f64 q)
accuracy43.38770084577977
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Samples
75.0ms118×1valid
75.0ms90×2valid
13.0ms45×0valid
3.0ms3valid
Compiler

Compiled 427 to 47 computations (89% saved)

Precisions
Click to see histograms. Total time spent on operations: 124.0ms
ival-mult: 29.0ms (23.4% of total)
adjust: 27.0ms (21.8% of total)
ival-add: 18.0ms (14.5% of total)
ival-sqrt: 13.0ms (10.5% of total)
ival-sub: 13.0ms (10.5% of total)
ival-div: 12.0ms (9.7% of total)
ival-pow2: 8.0ms (6.5% of total)
ival-fabs: 2.0ms (1.6% of total)
exact: 1.0ms (0.8% of total)
ival-neg: 1.0ms (0.8% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series57.0ms (0.7%)

Memory
-7.0MiB live, 109.0MiB allocated
Counts
23 → 240
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 p)
(fabs.f64 r)
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(/.f64 (*.f64 (neg.f64 q) q) r)
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
Outputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(* -1/2 p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(+ (fabs p) (fabs r))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fabs p)
(+ p (+ (fabs p) (fabs r)))
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(* 1/2 p)
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* 1/2 (/ p r))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
p
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(* -1 (/ (pow q 2) r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(* -1 (/ (pow q 2) (pow r 2)))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(/ 1/2 q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fabs r)
(* 2 q)
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q))
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(/ 1 r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(/ -1 r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1)))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* -1 q)
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(- (+ p (+ (fabs p) (fabs r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(+ r (* 2 (/ (pow q 2) r)))
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))
(- (+ (fabs p) (fabs r)) r)
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r)
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(/ -1/2 q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2)))
Calls

9 calls:

TimeVariablePointExpression
13.0ms
q
@0
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (/ (* (neg q) q) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))))
8.0ms
p
@0
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (/ (* (neg q) q) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))))
6.0ms
p
@inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (/ (* (neg q) q) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))))
6.0ms
q
@inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (/ (* (neg q) q) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))))
5.0ms
r
@inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (/ (* (neg q) q) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))))

simplify219.0ms (2.5%)

Memory
-7.6MiB live, 273.9MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
011426143
138126019
080125700
Stop Event
iter limit
node limit
Counts
240 → 237
Calls
Call 1
Inputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(* -1/2 p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(+ (fabs p) (fabs r))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fabs p)
(+ p (+ (fabs p) (fabs r)))
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(* 1/2 p)
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* 1/2 (/ p r))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
p
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(* -1 (/ (pow q 2) r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(* -1 (/ (pow q 2) (pow r 2)))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(/ 1/2 q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fabs r)
(* 2 q)
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q))
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(/ 1 r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(/ -1 r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1)))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* -1 q)
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(- (+ p (+ (fabs p) (fabs r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(+ r (* 2 (/ (pow q 2) r)))
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))
(- (+ (fabs p) (fabs r)) r)
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r)
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(/ -1/2 q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2)))
Outputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(* -1/2 p)
(*.f64 #s(literal -1/2 binary64) p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p)) (neg.f64 r))) p (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (fabs p) (fabs r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r (*.f64 #s(literal 1/2 binary64) p))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (neg.f64 r))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(fabs p)
(fabs.f64 p)
(+ p (+ (fabs p) (fabs r)))
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(*.f64 (-.f64 (fma.f64 (*.f64 q q) (neg.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)
(* -1 p)
(neg.f64 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p)
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p)
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64))) p)
(* 1/2 p)
(*.f64 #s(literal 1/2 binary64) p)
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(*.f64 (fma.f64 r (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p) #s(literal 1/2 binary64)) p)
(* 1/2 (/ p r))
(*.f64 (/.f64 p r) #s(literal 1/2 binary64))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 (*.f64 r r) p))) p)
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p)
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (*.f64 (/.f64 #s(literal 1 binary64) p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) p)
p
(* p (+ 1 (* -1 (/ r p))))
(*.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p)
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) r)) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p) #s(literal -1 binary64) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (neg.f64 r) (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) (neg.f64 p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) (neg.f64 p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (neg.f64 p) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (neg.f64 p) (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) #s(literal -1 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (*.f64 #s(literal 1/2 binary64) p))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r)) (neg.f64 p))) r (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(* -1 (/ (pow q 2) r))
(/.f64 (*.f64 (neg.f64 q) q) r)
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(/.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) r)
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 r (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) r (*.f64 (neg.f64 q) q)) r)
(* -1 (/ (pow q 2) (pow r 2)))
(/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) (*.f64 r r))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 r (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) r (*.f64 (neg.f64 q) q)) (*.f64 r r))
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) p (*.f64 #s(literal -1/8 binary64) r)) q) r))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (* 2 q))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal -1/4 binary64) r)) q) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(/ 1/2 q)
(/.f64 #s(literal 1/2 binary64) q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal 1/2 binary64) q))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/256 binary64) (*.f64 r r)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 7 binary64))) #s(literal -5/2048 binary64) (/.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal 5 binary64)))) (*.f64 r r)) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(fabs r)
(fabs.f64 r)
(* 2 q)
(*.f64 q #s(literal 2 binary64))
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q))
(fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (*.f64 q #s(literal 2 binary64)))
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (*.f64 q #s(literal 2 binary64)))
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 r r)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) #s(literal -1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 r r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/512 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r)) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(*.f64 (fma.f64 p (neg.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(* -1 r)
(neg.f64 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64))) r)
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(*.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
-1/2
#s(literal -1/2 binary64)
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(-.f64 (/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64)) r)
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1 binary64)) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 q r) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r)
(/ 1 r)
(/.f64 #s(literal 1 binary64) r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal 1 binary64)) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (*.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (pow.f64 r #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64)))))) #s(literal 1 binary64)) r)
r
(* r (+ 1 (* -1 (/ p r))))
(*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (fma.f64 #s(literal -2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))
(*.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) #s(literal 1 binary64)) r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r)
(* 1/2 r)
(*.f64 #s(literal 1/2 binary64) r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) (neg.f64 r))) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) (neg.f64 r)) (fabs.f64 r)) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64))
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) (neg.f64 r))) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r) p) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(/ -1 r)
(/.f64 #s(literal -1 binary64) r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) (neg.f64 r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1 binary64)) r)
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (*.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (pow.f64 r #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64)))))) #s(literal 1 binary64)) (neg.f64 r))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r) #s(literal -1 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (neg.f64 r) (fma.f64 #s(literal -2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))
(*.f64 (neg.f64 r) (+.f64 (fma.f64 #s(literal -2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 r r)) (*.f64 q q))) (neg.f64 r)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))
(* -1 q)
(neg.f64 q)
(- (+ r (+ (fabs p) (fabs r))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (fabs.f64 r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (fabs.f64 r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (fabs.f64 r))) p)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(fma.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) r (/.f64 (*.f64 (neg.f64 q) q) r))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(*.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(fma.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)))) (*.f64 q q)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(fma.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q)))
(- (+ p (+ (fabs p) (fabs r))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 6 binary64) (*.f64 q q)) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 7 binary64))) #s(literal -20 binary64) (/.f64 #s(literal 6 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r))
(- p r)
(-.f64 p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(-.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) p) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(-.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(+ r (* 2 (/ (pow q 2) r)))
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))
(fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) r)
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) r)
(- (+ (fabs p) (fabs r)) r)
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(+.f64 (fabs.f64 p) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r) (fabs.f64 r)) r))
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r)
(-.f64 (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r)) (fabs.f64 p)) r)
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r)
(-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r)) (fabs.f64 p)) r)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 1 binary64)) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 1 binary64))) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q))) #s(literal 1 binary64)) q)
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q)
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) q) (/.f64 r q)) (/.f64 #s(literal 1 binary64) r)) (*.f64 q q))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 q q)) (/.f64 #s(literal 1/2 binary64) r)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 r r)) (/.f64 #s(literal 1/2 binary64) (*.f64 q q)))) (*.f64 q q))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 q q)) (/.f64 #s(literal 1/2 binary64) r)) (/.f64 #s(literal 1 binary64) (*.f64 r r))) (*.f64 q q))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 1 binary64)) q)
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (*.f64 (/.f64 p q) (/.f64 r q)) #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (*.f64 (/.f64 p q) (/.f64 r q)) #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) q)
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 1/2 binary64)) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
(/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64)))))) q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) q)
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))
(*.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 r #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) q)
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (*.f64 r r) q) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q)
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q)) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (fma.f64 (/.f64 #s(literal -1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))))) (neg.f64 q))) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(/ -1/2 q)
(/.f64 #s(literal -1/2 binary64) q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) (neg.f64 q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q)
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
(/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64)))))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q)
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 r #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))

rewrite199.0ms (2.3%)

Memory
-9.5MiB live, 269.4MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
053386
084386
1331382
22463343
010704336
Stop Event
iter limit
node limit
iter limit
Counts
23 → 304
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 p)
(fabs.f64 r)
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(/.f64 (*.f64 (neg.f64 q) q) r)
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal -1/2 binary64)))
(*.f64 p #s(literal -1/2 binary64))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal 1/2 binary64)
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)))) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 p #s(literal 1/2 binary64) (*.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(+.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p))) (*.f64 (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)))) (*.f64 (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p))))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (*.f64 (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)))) (*.f64 (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p))) (/.f64 (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) p)
(+.f64 r (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(+.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 (*.f64 r r) (-.f64 r p)) (*.f64 (-.f64 r p) (*.f64 p p))) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 p p) (-.f64 p r)) (*.f64 (-.f64 p r) (*.f64 r r))) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))
(/.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 r p))) (neg.f64 (-.f64 r p)))
(/.f64 (neg.f64 (fma.f64 p p (*.f64 r r))) (neg.f64 (-.f64 p r)))
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))))
(/.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (-.f64 r p))
(/.f64 (fma.f64 p p (*.f64 r r)) (-.f64 p r))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 r r (*.f64 p (-.f64 p r))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 r (+.f64 r p) (*.f64 p p)))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) p)
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) r)
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) r)
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) r)
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) r)
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) r)
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) p)
(-.f64 (/.f64 (*.f64 r r) (-.f64 r p)) (/.f64 (*.f64 p p) (-.f64 r p)))
(-.f64 (/.f64 (*.f64 p p) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 p r)))
(+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))))
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 r (+.f64 r p) (*.f64 p p))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (+.f64 r p) (*.f64 p p))))
(+.f64 r p)
(+.f64 p r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)) r)
(*.f64 r (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64)) r) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64)) r) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64))))
(/.f64 (*.f64 r (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 r (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64))))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))) (*.f64 (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64))) #s(literal 1/8 binary64))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64))))
(fma.f64 (+.f64 (+.f64 r p) p) (/.f64 #s(literal 1/2 binary64) r) (-.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 r p) p) r) (-.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))))
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 3 binary64)) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)))) (/.f64 #s(literal 1/8 binary64) (+.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 2 binary64)))))
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r) #s(literal 1/2 binary64))
(+.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) (-.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (*.f64 r r)) (*.f64 r (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) r) (*.f64 r (*.f64 q (/.f64 q r)))) (*.f64 r r))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (*.f64 r r)) (*.f64 r (*.f64 (neg.f64 q) q))) (pow.f64 r #s(literal 3 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (*.f64 r r)) (*.f64 r (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) (*.f64 r (*.f64 q (/.f64 q r)))) (*.f64 r r))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (*.f64 r r)) (*.f64 r (*.f64 (neg.f64 q) q))) (pow.f64 r #s(literal 3 binary64)))
(/.f64 (-.f64 (neg.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (*.f64 q (/.f64 q r))) r)
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 2 binary64))) (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (+.f64 (+.f64 r p) p) r) #s(literal 3 binary64)) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64)))) (+.f64 (pow.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) (/.f64 (*.f64 q q) (*.f64 r r))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))))) r)
(/.f64 (pow.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) #s(literal 2 binary64)) (*.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r))
(/.f64 (fma.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r (*.f64 r (*.f64 q (/.f64 q r)))) (*.f64 r r))
(/.f64 (fma.f64 (pow.f64 (+.f64 (+.f64 r p) p) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 q (/.f64 q r)) #s(literal 3 binary64))) (*.f64 (fma.f64 (pow.f64 (+.f64 (+.f64 r p) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (*.f64 q (/.f64 q r)) (-.f64 (*.f64 q (/.f64 q r)) (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64))))) r))
(/.f64 (neg.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r)))) r)
(/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r)
(neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 q (/.f64 q r))) r))
(fma.f64 (+.f64 (+.f64 r p) p) (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (*.f64 r r)))
(fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 r p) p) r) (/.f64 (*.f64 q q) (*.f64 r r)))
(-.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) (/.f64 (*.f64 q q) (*.f64 r r)))
(+.f64 (/.f64 (*.f64 q q) (*.f64 r r)) (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r))
(+.f64 (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r) (/.f64 (*.f64 q q) (*.f64 r r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))))
(fma.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) #s(literal 1/2 binary64) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(+.f64 (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(/.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (+.f64 r p) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (+.f64 r p) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (+.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) #s(literal 2 binary64)) (+.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))))
(/.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (+.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(fma.f64 (fabs.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p)) r (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (fabs.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r)) p (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (+.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) p (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (*.f64 r p) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 r (fabs.f64 (*.f64 p (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 r (*.f64 p (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 p (fabs.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r)) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 p (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (/.f64 (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))
(-.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (+.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r)) p))
(-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (*.f64 r p)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))))
(-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (*.f64 r p)))
(-.f64 (+.f64 r p) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(+.f64 (fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(+.f64 (/.f64 (*.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64))) (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))))) (/.f64 (pow.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)) (fma.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) (*.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))))))
(+.f64 (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(+.f64 (-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))))
(+.f64 r (+.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))))
(*.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))) (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))) (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))))
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)))
(pow.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) #s(literal 1/4 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))
(pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (pow.f64 r #s(literal 4 binary64))) #s(literal -1/4 binary64))
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 #s(literal 1 binary64) (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))
(fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))
(exp.f64 (neg.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(exp.f64 (/.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)))
(exp.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+.f64 (cosh.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)))
(*.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)))
(*.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)))
(*.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 p) (sqrt.f64 p))
(pow.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64))
(pow.f64 (sqrt.f64 p) #s(literal 2 binary64))
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(pow.f64 p #s(literal 1 binary64))
(sqrt.f64 (*.f64 p p))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 p))))
(fabs.f64 (neg.f64 (neg.f64 p)))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
(exp.f64 (*.f64 (log.f64 (*.f64 p p)) #s(literal 1/2 binary64)))
p
(*.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)))
(*.f64 (sqrt.f64 r) (sqrt.f64 r))
(pow.f64 (sqrt.f64 r) #s(literal 2 binary64))
(pow.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal 1/4 binary64))
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64))
(pow.f64 r #s(literal 1 binary64))
(neg.f64 r)
(sqrt.f64 (*.f64 r r))
(fabs.f64 r)
(exp.f64 (/.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)) #s(literal 2 binary64)))
(exp.f64 (*.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)) #s(literal 1/2 binary64)))
(exp.f64 (*.f64 (log.f64 r) #s(literal 1 binary64)))
r
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (-.f64 (+.f64 r p) p)) (*.f64 (-.f64 (+.f64 r p) p) (*.f64 p p))) (*.f64 (-.f64 (+.f64 r p) p) (-.f64 (+.f64 r p) p)))
(/.f64 (-.f64 (*.f64 r r) (pow.f64 (+.f64 p p) #s(literal 2 binary64))) (-.f64 r (+.f64 p p)))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (-.f64 p (+.f64 r p)))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 r (+.f64 p p)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (-.f64 (+.f64 r p) p)))
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (+.f64 r p) p))
(/.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (+.f64 r p) p))))
(/.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (+.f64 p p))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (+.f64 r p))
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) (+.f64 r p))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 r p))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (+.f64 r p))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 r p))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (+.f64 p p))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (-.f64 (+.f64 r p) p)) (/.f64 (*.f64 p p) (-.f64 (+.f64 r p) p)))
(+.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(+.f64 (+.f64 p p) r)
(+.f64 (+.f64 r p) p)
(+.f64 r (+.f64 p p))
(+.f64 p (+.f64 r p))
(*.f64 (fabs.f64 (/.f64 q r)) q)
(*.f64 (/.f64 q r) (neg.f64 q))
(*.f64 (neg.f64 q) (/.f64 q r))
(*.f64 q (fabs.f64 (/.f64 q r)))
(*.f64 q (/.f64 q r))
(/.f64 (*.f64 q q) r)
(/.f64 (*.f64 (neg.f64 q) q) r)
(neg.f64 (*.f64 q (/.f64 q r)))
(sqrt.f64 (pow.f64 (*.f64 q (/.f64 q r)) #s(literal 2 binary64)))
(fabs.f64 (*.f64 q (/.f64 q r)))
(*.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64))) (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64))))
(*.f64 (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/2 binary64))
(pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (pow.f64 r #s(literal 4 binary64))) #s(literal 1/4 binary64))
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64))
(/.f64 (fabs.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))))) (fabs.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (pow.f64 r #s(literal 4 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (+.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (+.f64 (pow.f64 r #s(literal 4 binary64)) (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(fabs.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fabs.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (sinh.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p)) #s(literal 2 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) #s(literal 2 binary64)))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 r p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (-.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (-.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 r p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (neg.f64 (-.f64 r p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 r p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 p p (*.f64 r r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (-.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 p p (*.f64 r r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 p r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (-.f64 r p) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (-.f64 r p) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (fma.f64 p p (*.f64 r r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 p r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 p r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 p p (*.f64 r r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (-.f64 p r) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (-.f64 p r) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))))
(/.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (-.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (pow.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(-.f64 (+.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+.f64 (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)
(+.f64 r (-.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(+.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))

eval123.0ms (1.4%)

Memory
-1.6MiB live, 271.9MiB allocated
Compiler

Compiled 36 396 to 3 482 computations (90.4% saved)

prune69.0ms (0.8%)

Memory
-7.0MiB live, 80.4MiB allocated
Pruning

23 alts after pruning (21 fresh and 2 done)

PrunedKeptTotal
New58716603
Fresh10515
Picked325
Done000
Total60023623
Accuracy
87.6%
Counts
623 → 23
Alt Table
Click to see full alt table
StatusAccuracyProgram
11.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
22.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
31.0%
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
30.8%
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
16.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)))
17.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1 binary64) r)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
10.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r)) #s(literal 1/2 binary64)) r))
11.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
11.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
35.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
17.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
7.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64))) r))
11.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)) r))
5.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
31.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
31.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 q r) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)))
5.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
3.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
6.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
32.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
26.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
24.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
Compiler

Compiled 2 091 to 1 387 computations (33.7% saved)

simplify134.0ms (1.5%)

Memory
36.9MiB live, 191.0MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
cost-diff0
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
cost-diff0
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
cost-diff0
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
cost-diff0
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
cost-diff0
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
cost-diff0
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
cost-diff0
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
cost-diff0
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
cost-diff0
(*.f64 #s(literal 1/2 binary64) p)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
cost-diff0
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
cost-diff0
(neg.f64 p)
cost-diff0
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
070789
0100789
1179789
2410789
31180789
42878789
55128789
67186789
08045776
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
p
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal -1/2 binary64)
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
(*.f64 #s(literal 1/2 binary64) p)
#s(literal 1/2 binary64)
p
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(+.f64 p (fabs.f64 p))
p
(fabs.f64 p)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1 binary64)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 r r)
r
(*.f64 r p)
p
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
#s(literal 1/2 binary64)
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r))
(*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64))
(/.f64 p (*.f64 r r))
p
(*.f64 r r)
r
#s(literal -2 binary64)
(/.f64 #s(literal 2 binary64) r)
#s(literal 2 binary64)
(*.f64 q q)
q
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(+.f64 p (fabs.f64 p))
(fabs.f64 p)
(fabs.f64 r)
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) p) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64)) (neg.f64 p)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) p) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64)) (neg.f64 p))
(neg.f64 p)
p
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) p) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64))
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64))
(*.f64 (/.f64 #s(literal -1/2 binary64) p) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p)
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))
(-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p)))
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal -1/2 binary64)
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) p)
(*.f64 p #s(literal 1/2 binary64))
#s(literal 1/2 binary64)
p
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))))
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 p (fabs.f64 p))
(+.f64 (fabs.f64 p) p)
p
(fabs.f64 p)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
(*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(literal 1 binary64)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 r r)
r
(*.f64 r p)
p
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
(*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(literal 1/2 binary64)
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))))
(-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r))
(-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))
(*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64))
(*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)))
(/.f64 p (*.f64 r r))
p
(*.f64 r r)
r
#s(literal -2 binary64)
(/.f64 #s(literal 2 binary64) r)
#s(literal 2 binary64)
(*.f64 q q)
q
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 p (fabs.f64 p))
(+.f64 (fabs.f64 p) p)
(fabs.f64 p)
(fabs.f64 r)

localize302.0ms (3.4%)

Memory
4.0MiB live, 444.1MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy11.277849125352864
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
accuracy17.568119875631915
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
accuracy21.05760932749742
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
accuracy34.628750154115544
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
accuracy10.32687476976063
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
accuracy21.05760932749742
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
accuracy30.381958096413648
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
accuracy59.37632192927126
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
accuracy0.00390625
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
accuracy17.568119875631915
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
accuracy21.05760932749742
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
accuracy46.43120375188756
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
accuracy0.0
(*.f64 #s(literal 1/2 binary64) p)
accuracy59.847428197196464
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
accuracy0.00390625
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
accuracy3.5066462278168613
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
accuracy9.821072229607458
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
accuracy33.554924265438025
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
Samples
115.0ms84×2valid
109.0ms119×1valid
21.0ms50×0valid
3.0ms3valid
Compiler

Compiled 562 to 54 computations (90.4% saved)

Precisions
Click to see histograms. Total time spent on operations: 183.0ms
ival-sub: 56.0ms (30.6% of total)
ival-mult: 31.0ms (16.9% of total)
adjust: 30.0ms (16.4% of total)
ival-add: 21.0ms (11.5% of total)
ival-pow2: 18.0ms (9.8% of total)
ival-div: 13.0ms (7.1% of total)
ival-sqrt: 10.0ms (5.5% of total)
ival-fabs: 3.0ms (1.6% of total)
exact: 1.0ms (0.5% of total)
ival-neg: 1.0ms (0.5% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series72.0ms (0.8%)

Memory
-2.4MiB live, 72.0MiB allocated
Counts
20 → 187
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
(*.f64 #s(literal 1/2 binary64) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
Outputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(* 1/2 (- (+ (fabs p) (fabs r)) r))
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))
(* -1 p)
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)
(* 1/2 p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (fabs r)) r)
(- (+ p (+ (fabs p) (fabs r))) r)
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)))
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(- (+ (fabs p) (+ (fabs r) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))) r)
(/ (- (+ (fabs p) (fabs r)) r) p)
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
-1/2
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
p
(* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p))))
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(* p (- (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))) (/ r p)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (+ (* -1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (- (+ (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(+ p (+ (fabs p) (fabs r)))
(+ p (+ (fabs p) (+ (fabs r) (* -1 r))))
(* 1/2 (/ (* p r) q))
(* r (+ (* -1/16 (/ (* p (pow r 2)) (pow q 3))) (* 1/2 (/ p q))))
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* 3/256 (/ (* p (pow r 2)) (pow q 5)))))))
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* (pow r 2) (+ (* -5/2048 (/ (* p (pow r 2)) (pow q 7))) (* 3/256 (/ p (pow q 5)))))))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))))) (pow r 2))
(/ (+ (fabs p) (fabs r)) p)
(+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))
(/ 1/2 q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))
(* 1/2 (/ r p))
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(+ p (* -2 (/ (* p (pow q 2)) (pow r 2))))
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4)))))
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* -1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))))) 1))
(* -1 (/ r p))
(* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))
(/ 1 r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
r
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(+ (* -1 p) (* 2 (/ (* p (pow q 2)) (pow r 2))))
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* 2 (/ (* p (pow q 2)) (pow r 2)))))
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (+ (* 1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))) (* 2 (/ (* p (pow q 2)) (pow r 2))))))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)))))
(* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))
(/ -1 r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* 6 (/ (* p (pow q 2)) (pow r 4))))))
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* -20 (/ (* p (pow q 2)) (pow r 6))) (* 6 (/ p (pow r 4))))))))
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q)
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2)))))
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (+ (/ (fabs p) (pow q 2)) (/ (fabs r) (pow q 2))))) (+ (* 2 (/ 1 r)) (/ r (pow q 2)))))
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* 2 q)
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(* -1/2 (/ (* p r) q))
(* -1 (/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q))
(/ -1/2 q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
Calls

9 calls:

TimeVariablePointExpression
39.0ms
r
@inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (- (+ (+ p (fabs p)) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r))) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (/ (+ (fabs p) (- (fabs r) r)) p) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))))
8.0ms
p
@0
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (- (+ (+ p (fabs p)) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r))) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (/ (+ (fabs p) (- (fabs r) r)) p) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))))
5.0ms
p
@inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (- (+ (+ p (fabs p)) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r))) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (/ (+ (fabs p) (- (fabs r) r)) p) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))))
4.0ms
p
@-inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (- (+ (+ p (fabs p)) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r))) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (/ (+ (fabs p) (- (fabs r) r)) p) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))))
3.0ms
r
@-inf
((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (- (+ (+ p (fabs p)) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r))) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (/ (+ (fabs p) (- (fabs r) r)) p) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))))

simplify224.0ms (2.6%)

Memory
21.4MiB live, 202.7MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
09024528
130254407
083254201
Stop Event
iter limit
node limit
Counts
187 → 184
Calls
Call 1
Inputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(* 1/2 (- (+ (fabs p) (fabs r)) r))
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))
(* -1 p)
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)
(* 1/2 p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (fabs r)) r)
(- (+ p (+ (fabs p) (fabs r))) r)
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)))
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(- (+ (fabs p) (+ (fabs r) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))) r)
(/ (- (+ (fabs p) (fabs r)) r) p)
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
-1/2
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
p
(* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p))))
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(* p (- (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))) (/ r p)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (+ (* -1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (- (+ (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(+ p (+ (fabs p) (fabs r)))
(+ p (+ (fabs p) (+ (fabs r) (* -1 r))))
(* 1/2 (/ (* p r) q))
(* r (+ (* -1/16 (/ (* p (pow r 2)) (pow q 3))) (* 1/2 (/ p q))))
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* 3/256 (/ (* p (pow r 2)) (pow q 5)))))))
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* (pow r 2) (+ (* -5/2048 (/ (* p (pow r 2)) (pow q 7))) (* 3/256 (/ p (pow q 5)))))))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))))) (pow r 2))
(/ (+ (fabs p) (fabs r)) p)
(+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))
(/ 1/2 q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))
(* 1/2 (/ r p))
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(+ p (* -2 (/ (* p (pow q 2)) (pow r 2))))
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4)))))
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* -1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))))) 1))
(* -1 (/ r p))
(* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))
(/ 1 r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
(* 1/2 r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
r
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(+ (* -1 p) (* 2 (/ (* p (pow q 2)) (pow r 2))))
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* 2 (/ (* p (pow q 2)) (pow r 2)))))
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (+ (* 1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))) (* 2 (/ (* p (pow q 2)) (pow r 2))))))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)))))
(* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))
(/ -1 r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* 6 (/ (* p (pow q 2)) (pow r 4))))))
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* -20 (/ (* p (pow q 2)) (pow r 6))) (* 6 (/ p (pow r 4))))))))
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q)
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2)))))
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (+ (/ (fabs p) (pow q 2)) (/ (fabs r) (pow q 2))))) (+ (* 2 (/ 1 r)) (/ r (pow q 2)))))
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* 2 q)
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(* -1/2 (/ (* p r) q))
(* -1 (/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q))
(/ -1/2 q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
Outputs
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(* 1/2 (- (+ (fabs p) (fabs r)) r))
(*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))
(*.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) #s(literal 1/2 binary64))
(* -1 p)
(neg.f64 p)
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))
(*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64))
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p))) p)
(* 1/2 p)
(*.f64 #s(literal 1/2 binary64) p)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (fabs r)) r)
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))
(- (+ p (+ (fabs p) (fabs r))) r)
(+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p))
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
(* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r))
(*.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r))))
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r)
(+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r))
(- (+ (fabs p) (+ (fabs r) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))) r)
(-.f64 (+.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 r)) (fabs.f64 p)) r)
(/ (- (+ (fabs p) (fabs r)) r) p)
(/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)
(* -1/2 p)
(*.f64 #s(literal -1/2 binary64) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(*.f64 (-.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p)
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
(*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)
-1/2
#s(literal -1/2 binary64)
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)
(-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p)
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p)) p)
p
(* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) p)
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(*.f64 (*.f64 #s(literal 1/2 binary64) p) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r)) p) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)))) p)
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p)
(* p (- (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))) (/ r p)))
(*.f64 (-.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 q r) (/.f64 q p) (*.f64 (/.f64 q r) (/.f64 q r))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) #s(literal 1 binary64)) (/.f64 r p)) p)
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(*.f64 (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64)) (neg.f64 p))
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(*.f64 (*.f64 #s(literal -1/2 binary64) p) (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)))
(* -1 (* p (+ (* -1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(*.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r)) p) (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)))) (neg.f64 p))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)) (neg.f64 p))
(* -1 (* p (- (+ (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r)) (neg.f64 p))) #s(literal 1 binary64)) (neg.f64 p))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (*.f64 #s(literal 1/2 binary64) p))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p))
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))
(fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r))
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)
(-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) p (*.f64 #s(literal -1/8 binary64) r)) q) r))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (* 2 q))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal -1/4 binary64) r)) q) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))
(+ p (+ (fabs p) (fabs r)))
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))
(+ p (+ (fabs p) (+ (fabs r) (* -1 r))))
(+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p))
(* 1/2 (/ (* p r) q))
(*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64))
(* r (+ (* -1/16 (/ (* p (pow r 2)) (pow q 3))) (* 1/2 (/ p q))))
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 r r) p) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r)
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* 3/256 (/ (* p (pow r 2)) (pow q 5)))))))
(*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 r r) p) (pow.f64 q #s(literal 5 binary64))) #s(literal 3/256 binary64) (*.f64 (/.f64 p (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64))) (*.f64 r r) (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r)
(* r (+ (* 1/2 (/ p q)) (* (pow r 2) (+ (* -1/16 (/ p (pow q 3))) (* (pow r 2) (+ (* -5/2048 (/ (* p (pow r 2)) (pow q 7))) (* 3/256 (/ p (pow q 5)))))))))
(*.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 q #s(literal 5 binary64))) #s(literal 3/256 binary64) (/.f64 (*.f64 #s(literal -5/2048 binary64) (*.f64 (*.f64 r r) p)) (pow.f64 q #s(literal 7 binary64)))) (*.f64 r r) (*.f64 (/.f64 p (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64))) (*.f64 r r) (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r)
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (/.f64 (neg.f64 p) r) (/.f64 (*.f64 q q) r))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 p r))) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 q q) (+.f64 p r)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r)) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 q q) (+.f64 p r)) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 r (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) r) r)) (*.f64 r r))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (/.f64 (*.f64 #s(literal -2 binary64) p) r) (/.f64 (*.f64 q q) r))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(*.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 (*.f64 q q) (+.f64 p r)) r))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) (+.f64 p r)) (*.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) r)) (*.f64 r r))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))))) (pow r 2))
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) (+.f64 p r)) (*.f64 (*.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) r) r)) (*.f64 r r))
(/ (+ (fabs p) (fabs r)) p)
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)
(+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))
(/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)
(/ 1/2 q)
(/.f64 #s(literal 1/2 binary64) q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal 1/2 binary64) q))
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/256 binary64) (*.f64 r r)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q)))
(fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 7 binary64))) #s(literal -5/2048 binary64) (/.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal 5 binary64)))) (*.f64 r r)) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))
(*.f64 (-.f64 (*.f64 (neg.f64 p) (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) #s(literal 1/2 binary64)) r)
(* 1/2 (/ r p))
(*.f64 (/.f64 r p) #s(literal 1/2 binary64))
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) p)) (/.f64 #s(literal 1/2 binary64) r)) r)
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(* -1 r)
(neg.f64 r)
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(*.f64 (fma.f64 (*.f64 (/.f64 q r) (/.f64 q r)) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r)
(+ p (* -2 (/ (* p (pow q 2)) (pow r 2))))
(fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) p) r) (/.f64 (*.f64 q q) r) p)
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4)))))
(-.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) p) r) (/.f64 (*.f64 q q) r) p) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) p)) (pow.f64 r #s(literal 4 binary64))))
(+ p (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* -1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))))))
(-.f64 (fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) p) r) (/.f64 (*.f64 q q) r) p) (*.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64))) (pow.f64 r #s(literal 6 binary64)))))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))))) 1))
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(* -1 (/ r p))
(/.f64 r (neg.f64 p))
(* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)
(/ 1 r)
(/.f64 #s(literal 1 binary64) r)
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal 1 binary64)) r)
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64))) (pow.f64 r #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64)))))) #s(literal 1 binary64)) r)
(* 1/2 r)
(*.f64 #s(literal 1/2 binary64) r)
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))
(*.f64 (neg.f64 r) (fma.f64 p (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 r)) (/.f64 #s(literal 1/2 binary64) p)))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
r
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r)))
(+ (* -1 p) (* 2 (/ (* p (pow q 2)) (pow r 2))))
(fma.f64 (/.f64 #s(literal 2 binary64) r) (*.f64 p (/.f64 (*.f64 q q) r)) (neg.f64 p))
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (* 2 (/ (* p (pow q 2)) (pow r 2)))))
(-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (*.f64 p (/.f64 (*.f64 q q) r)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) p)) (pow.f64 r #s(literal 4 binary64)))) p)
(+ (* -1 p) (+ (* 1/2 (/ (* p (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow r 4))) (+ (* 1/2 (/ (* p (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow r 6))) (* 2 (/ (* p (pow q 2)) (pow r 2))))))
(-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64))) (pow.f64 r #s(literal 6 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) r) (*.f64 p (/.f64 (*.f64 q q) r)))) p)
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) r)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r))) (fabs.f64 p)) r)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)))))
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r))) r)))
(* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) p)))
(/ -1 r)
(/.f64 #s(literal -1 binary64) r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) (neg.f64 r))
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r))
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1 binary64)) r)
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r))
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64))) (pow.f64 r #s(literal 6 binary64))) (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64)))))) #s(literal 1 binary64)) (neg.f64 r))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64)))
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(*.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) #s(literal 1/2 binary64)))
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64))))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* 6 (/ (* p (pow q 2)) (pow r 4))))))
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 q q) p)) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q) p)
(+ p (* (pow q 2) (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* -20 (/ (* p (pow q 2)) (pow r 6))) (* 6 (/ p (pow r 4))))))))
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (*.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64))) (*.f64 q q))) (*.f64 q q) p)
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) r))
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 6 binary64) (*.f64 q q)) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r))
(fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 7 binary64))) #s(literal -20 binary64) (/.f64 #s(literal 6 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r))
(* -1 q)
(neg.f64 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 1 binary64)) q)
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (*.f64 (/.f64 p q) (/.f64 r q)) #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (*.f64 (/.f64 p q) (/.f64 r q)) #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) q)
(/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q)
(/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r)) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q)
(/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) r) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r))) q)
(/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q)
(/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) r) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (neg.f64 p) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) r) (pow.f64 q #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r)))) q)
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2)))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 p (*.f64 r r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 (+.f64 (+.f64 p (-.f64 (fabs.f64 r) r)) (fabs.f64 p)) (*.f64 q q)))) (*.f64 q q))
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (+ (/ (fabs p) (pow q 2)) (/ (fabs r) (pow q 2))))) (+ (* 2 (/ 1 r)) (/ r (pow q 2)))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) (*.f64 q q))) (+.f64 (/.f64 r (*.f64 q q)) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q))
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 1/2 binary64)) q)
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)
(/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64)))))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q)) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* 2 q)
(*.f64 q #s(literal 2 binary64))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (fma.f64 (/.f64 #s(literal -1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1/2 (/ (* p r) q))
(*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64))
(* -1 (/ (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) q))
(/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r)) (neg.f64 q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r)))) q))
(/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) r) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r))) (neg.f64 q))
(* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))))) q))
(/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) r) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (neg.f64 p) (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) r) (pow.f64 q #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (*.f64 (*.f64 #s(literal 1/2 binary64) p) r)))) (neg.f64 q))
(/ -1/2 q)
(/.f64 #s(literal -1/2 binary64) q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) (neg.f64 q))
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q))
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q)
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q))
(/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64)))))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q)

rewrite567.0ms (6.5%)

Memory
-161.8MiB live, 205.9MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
070644
0100644
1394631
23121606
08334593
Stop Event
iter limit
node limit
iter limit
Counts
20 → 162
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
(*.f64 #s(literal 1/2 binary64) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p)))
(*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)))
(*.f64 p (neg.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64))))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (neg.f64 p)) (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (neg.f64 p)) (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64))))
(/.f64 (*.f64 (neg.f64 p) (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (neg.f64 p) (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64))))
(neg.f64 (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) p))
(neg.f64 p)
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 2 binary64)) (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p) #s(literal 1/2 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 3 binary64)) (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1/8 binary64) (fma.f64 (pow.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal 2 binary64)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p) #s(literal -1/4 binary64) #s(literal 1/4 binary64)))))
(-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64)))
(*.f64 p #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64))) (-.f64 (+.f64 (fabs.f64 p) p) (-.f64 r r)))
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 3 binary64)) (pow.f64 (-.f64 r r) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 2 binary64)) (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 p) p) (-.f64 r r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 r (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)))))
(/.f64 (fma.f64 (-.f64 (*.f64 p p) (*.f64 p p)) (+.f64 r r) (*.f64 (-.f64 p (fabs.f64 p)) #s(literal 0 binary64))) (*.f64 (-.f64 p (fabs.f64 p)) (+.f64 r r)))
(/.f64 (fma.f64 (-.f64 (*.f64 p p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (-.f64 p (fabs.f64 p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (-.f64 p (fabs.f64 p)) (fma.f64 r (+.f64 r r) (*.f64 r r))))
(/.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 r r) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) p) (*.f64 p p)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) p) (*.f64 p p)) (+.f64 r r)))
(/.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) p) (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r))))
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 r (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64))))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (+.f64 p (-.f64 r r)))
(fma.f64 (neg.f64 (sqrt.f64 (neg.f64 r))) (neg.f64 (sqrt.f64 (neg.f64 r))) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (neg.f64 (sqrt.f64 r)) (neg.f64 (sqrt.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (fabs.f64 (sqrt.f64 (neg.f64 r))) (fabs.f64 (sqrt.f64 (neg.f64 r))) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (fabs.f64 (sqrt.f64 p)) (fabs.f64 (sqrt.f64 p)) (+.f64 p (-.f64 r r)))
(fma.f64 (sqrt.f64 (neg.f64 (neg.f64 r))) (sqrt.f64 (neg.f64 (neg.f64 r))) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (sqrt.f64 (neg.f64 (fabs.f64 p))) (sqrt.f64 (neg.f64 (fabs.f64 p))) (+.f64 p (-.f64 r r)))
(fma.f64 (sqrt.f64 (fabs.f64 p)) (sqrt.f64 (fabs.f64 p)) (+.f64 p (-.f64 r r)))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 p (-.f64 r r)))
(fma.f64 (pow.f64 (neg.f64 (fabs.f64 p)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (fabs.f64 p)) #s(literal 1/2 binary64)) (+.f64 p (-.f64 r r)))
(fma.f64 (pow.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (+.f64 p (-.f64 r r)))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (+.f64 p (-.f64 r r)))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (+.f64 (fabs.f64 p) p) r))
(-.f64 (/.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)) (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) (/.f64 (*.f64 r r) (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(-.f64 (/.f64 (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 3 binary64)) (fma.f64 r (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (+.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 2 binary64)))))
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)
(+.f64 (+.f64 (fabs.f64 p) p) (-.f64 r r))
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
(+.f64 r (-.f64 (+.f64 (fabs.f64 p) p) r))
(+.f64 (fabs.f64 p) (+.f64 p (-.f64 r r)))
(+.f64 p (-.f64 r (-.f64 r (fabs.f64 p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r)) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r)))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r))
(*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r)
(*.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) p)
(*.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (*.f64 r p))
(*.f64 r (*.f64 p (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))))
(*.f64 p (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 r p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(/.f64 (*.f64 (*.f64 r p) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64)))
(*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(/.f64 (*.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64)))) (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64)))) (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64))))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64))))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q)) q (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q) (*.f64 q #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 1/2 binary64) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (*.f64 q q) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 (neg.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)) #s(literal 1/2 binary64)))
(-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(+.f64 (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) r))
(/.f64 (-.f64 (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64)) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64))) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))))
(/.f64 (-.f64 (pow.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) r))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))
(/.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))))
(/.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64))) (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64))))
(fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (neg.f64 q)) (neg.f64 q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q) q (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(fma.f64 (neg.f64 q) (*.f64 (neg.f64 q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(fma.f64 q (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))) (/.f64 (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))))
(-.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 (fabs.f64 p) p) r)) r)
(-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q)) q))
(-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (neg.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q)))
(-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (neg.f64 (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) (-.f64 r (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))))
(+.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (fabs.f64 p) p)) (-.f64 r r))
(+.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 3 binary64)) (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) #s(literal 3 binary64)) (fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (-.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))) (pow.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) #s(literal 2 binary64)))))
(+.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r))
(+.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q)))
(+.f64 (+.f64 (fabs.f64 p) p) (+.f64 (-.f64 r r) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 p) p) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 r r) p) #s(literal 2 binary64))) (-.f64 (/.f64 (fabs.f64 p) p) (/.f64 (-.f64 r r) p)))
(/.f64 (+.f64 (pow.f64 (/.f64 (fabs.f64 p) p) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 r r) p) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (fabs.f64 p) p) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (-.f64 r r) p) #s(literal 2 binary64)) (*.f64 (/.f64 (fabs.f64 p) p) (/.f64 (-.f64 r r) p)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 r (-.f64 r (fabs.f64 p))))) (neg.f64 (neg.f64 p)))
(/.f64 (fma.f64 (fabs.f64 p) p (*.f64 p (-.f64 r r))) (*.f64 p p))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r r) #s(literal 2 binary64))) (*.f64 (-.f64 (fabs.f64 p) (-.f64 r r)) p))
(/.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (*.f64 (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (fabs.f64 p)) (*.f64 p p)) p))
(/.f64 (neg.f64 (-.f64 r (-.f64 r (fabs.f64 p)))) (neg.f64 p))
(/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) p)
(neg.f64 (/.f64 (neg.f64 (-.f64 r (-.f64 r (fabs.f64 p)))) p))
(neg.f64 (/.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (neg.f64 p)))
(-.f64 (/.f64 (+.f64 r (fabs.f64 p)) p) (/.f64 r p))
(+.f64 (/.f64 (-.f64 r r) p) (/.f64 (fabs.f64 p) p))
(+.f64 (/.f64 (fabs.f64 p) p) (/.f64 (-.f64 r r) p))
(*.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))) (neg.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))) (fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))))
(*.f64 (sqrt.f64 (pow.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r))))
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))))
(*.f64 (pow.f64 (pow.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r))))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)))
(pow.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) #s(literal 1/4 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 2 binary64)) #s(literal -1/4 binary64))
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) #s(literal 1/2 binary64))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1 binary64))
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(/.f64 #s(literal 1 binary64) (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)))
(exp.f64 (neg.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(exp.f64 (/.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1 binary64)))
(exp.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+.f64 (cosh.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))))

eval122.0ms (1.4%)

Memory
-1.2MiB live, 104.4MiB allocated
Compiler

Compiled 31 466 to 2 274 computations (92.8% saved)

prune109.0ms (1.2%)

Memory
-19.6MiB live, 67.4MiB allocated
Pruning

30 alts after pruning (26 fresh and 4 done)

PrunedKeptTotal
New36915384
Fresh51116
Picked325
Done022
Total37730407
Accuracy
87.8%
Counts
407 → 30
Alt Table
Click to see full alt table
StatusAccuracyProgram
22.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
31.0%
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
30.8%
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
16.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)))
11.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
14.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p)))
17.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
11.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)) r))
5.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
12.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
3.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
18.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
31.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
35.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
31.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 q r) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)))
5.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64))) (*.f64 r p))) #s(literal 1/2 binary64)))
4.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
3.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
12.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
3.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64)))) #s(literal 1/2 binary64)))
3.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
6.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
32.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
26.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
36.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
21.4%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q) q (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))))))
5.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r))))
Compiler

Compiled 3 401 to 2 019 computations (40.6% saved)

simplify212.0ms (2.4%)

Memory
33.6MiB live, 180.8MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
cost-diff1
(fabs.f64 p)
cost-diff1
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
cost-diff2
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q)))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
cost-diff2
(-.f64 r r)
cost-diff2
(+.f64 p (-.f64 r r))
cost-diff3
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
cost-diff0
(+.f64 (fabs.f64 p) (fabs.f64 r))
cost-diff0
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
cost-diff0
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
cost-diff1
(fabs.f64 p)
cost-diff0
(*.f64 #s(literal 1/2 binary64) r)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
cost-diff1
(fabs.f64 p)
cost-diff2
(-.f64 r r)
cost-diff2
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
cost-diff2
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
071678
0105635
1208595
2601595
32200582
47924582
08044546
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))
#s(literal 1/2 binary64)
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))
(-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r))
(*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64))
(/.f64 p (*.f64 r r))
p
(*.f64 r r)
r
#s(literal -2 binary64)
(/.f64 #s(literal 2 binary64) r)
#s(literal 2 binary64)
(*.f64 q q)
q
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
(-.f64 r r)
(+.f64 (fabs.f64 p) p)
(fabs.f64 p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
(*.f64 #s(literal 1/2 binary64) r)
#s(literal 1/2 binary64)
r
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(literal 1/2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(*.f64 #s(literal 2 binary64) q)
#s(literal 2 binary64)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
(sqrt.f64 p)
p
(+.f64 p (-.f64 r r))
(-.f64 r r)
r
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r)
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q)))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 (fabs.f64 r) p)
(fabs.f64 r)
r
p
(fabs.f64 p)
#s(literal 1/2 binary64)
(*.f64 (/.f64 q r) (neg.f64 q))
(/.f64 q r)
q
(neg.f64 q)
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (fma.f64 (*.f64 (*.f64 q q) #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) p)))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (fma.f64 (*.f64 (*.f64 q q) #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) p))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))
(fma.f64 (*.f64 (*.f64 q q) #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) p)
#s(literal 1/2 binary64)
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))
(fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 p #s(literal 2 binary64)))
(-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r))
(-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))
(*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64))
(*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)))
(/.f64 p (*.f64 r r))
p
(*.f64 r r)
r
#s(literal -2 binary64)
(/.f64 #s(literal 2 binary64) r)
#s(literal 2 binary64)
(*.f64 q q)
q
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
(*.f64 p #s(literal 2 binary64))
(-.f64 r r)
#s(literal 0 binary64)
(+.f64 (fabs.f64 p) p)
(*.f64 p #s(literal 2 binary64))
(fabs.f64 p)
p
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) r)
(*.f64 r #s(literal 1/2 binary64))
#s(literal 1/2 binary64)
r
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
#s(literal 1/2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(-.f64 (+.f64 (fabs.f64 r) p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(+.f64 (fabs.f64 r) p)
(fabs.f64 p)
p
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 #s(literal 2 binary64) q)
(*.f64 q #s(literal 2 binary64))
#s(literal 2 binary64)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64))
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r))))
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 p #s(literal 2 binary64)))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
(*.f64 p #s(literal 2 binary64))
(sqrt.f64 p)
p
(+.f64 p (-.f64 r r))
p
(-.f64 r r)
#s(literal 0 binary64)
r
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) p)) r) #s(literal 1/2 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r)
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) p)) r) #s(literal 1/2 binary64)) r)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64))
(-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) p)) r) #s(literal 1/2 binary64))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r)
(/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) p)) r)
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q)))
(fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) p))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(fma.f64 p #s(literal 2 binary64) (fabs.f64 r))
(+.f64 (fabs.f64 r) p)
(fabs.f64 r)
r
p
(fabs.f64 p)
p
#s(literal 1/2 binary64)
(*.f64 (/.f64 q r) (neg.f64 q))
(*.f64 (/.f64 (neg.f64 q) r) q)
(/.f64 q r)
q
(neg.f64 q)

localize429.0ms (4.9%)

Memory
4.7MiB live, 230.8MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy0.4798475993419179
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r)
accuracy1.2710316221769844
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r)
accuracy4.475928467642699
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
accuracy11.884728645281903
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64))
accuracy0.0
(sqrt.f64 p)
accuracy0.01953125
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
accuracy0.15505414002840087
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
accuracy7.687245281862928
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r))))
accuracy0.0
(fabs.f64 r)
accuracy0.0
(fabs.f64 p)
accuracy13.478531837696412
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
accuracy14.046681332582384
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
accuracy0.0
(*.f64 #s(literal 1/2 binary64) r)
accuracy18.560079351896153
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
accuracy0.15505414002840087
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
accuracy1.886591478041579
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))
accuracy2.582778858874949
(/.f64 p (*.f64 r r))
accuracy4.478367656715752
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))))
Samples
231.0ms179×0invalid
83.0ms21×2valid
25.0ms33×1valid
8.0ms22×0valid
1.0ms3valid
Compiler

Compiled 500 to 62 computations (87.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 311.0ms
ival-mult: 185.0ms (59.5% of total)
ival-div: 63.0ms (20.3% of total)
adjust: 20.0ms (6.4% of total)
ival-add: 17.0ms (5.5% of total)
ival-sub: 8.0ms (2.6% of total)
ival-sqrt: 8.0ms (2.6% of total)
ival-pow2: 5.0ms (1.6% of total)
ival-fabs: 2.0ms (0.6% of total)
exact: 1.0ms (0.3% of total)
ival-neg: 1.0ms (0.3% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series94.0ms (1.1%)

Memory
13.6MiB live, 90.5MiB allocated
Counts
26 → 230
Calls
Call 1
Inputs
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
(-.f64 r r)
(fabs.f64 p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
(*.f64 #s(literal 1/2 binary64) r)
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
(+.f64 p (-.f64 r r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q)))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))))
(/.f64 p (*.f64 r r))
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 r)
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r))))
(sqrt.f64 p)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r)
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r)
Outputs
(* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r))))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r)))))
(fabs p)
(+ p (fabs p))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(+ (fabs p) (fabs r))
(* 2 p)
p
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r))))
(+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))
(+ p (+ (fabs p) (fabs r)))
(/ p (pow r 2))
(+ (fabs p) (* -2 (/ (pow q 2) r)))
(+ (fabs p) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(sqrt p)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p))))
(* p (+ 1 (/ (fabs p) p)))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(* 1/2 p)
(* p (+ 1/2 (+ (* -1 (/ (pow q 2) (* p r))) (* 1/2 (/ (+ (fabs p) (fabs r)) p)))))
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(* p (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (/ (fabs p) p)))))
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(* 1/2 (/ p r))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (+ (* -1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(* -1 (* p (- (* -1 (/ (fabs p) p)) 1)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (- (pow (sqrt -1) 2) 1)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (- (+ (* -1 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* (sqrt p) (pow (sqrt -1) 2)))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (fabs p))))))) (pow r 2))
0
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(* 1/2 r)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(* -1 (/ (pow q 2) r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (fabs p)))))) (pow r 2))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fabs r)
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(* -1 (/ (pow q 2) (pow r 2)))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(* 1/2 (+ p (fabs p)))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p))))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p)))))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(* 1/2 (+ p (+ (fabs p) (fabs r))))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r)))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(+ p (+ (fabs p) (* -2 (/ (pow q 2) r))))
(+ p (+ (fabs p) (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -2 (/ (pow q 2) r)))))
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (fabs p))))
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(+ p (+ (fabs p) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (+ p (fabs p))))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(+ p (+ (fabs p) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (+ (fabs p) (fabs r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (+ p (fabs p)) (pow q 2)))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (pow q 2))) (/ 1 r)))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (/ (fabs p) (pow q 2)))) (* 2 (/ 1 r))))
(* 2 q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
Calls

9 calls:

TimeVariablePointExpression
56.0ms
p
@-inf
((* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (+ (- r r) (+ (fabs p) p)) (- r r) (fabs p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (+ p (- r r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) (+ (+ (fabs r) p) (fabs p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (/ p (* r r)) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs r) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt p) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) r) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r))
12.0ms
r
@inf
((* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (+ (- r r) (+ (fabs p) p)) (- r r) (fabs p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (+ p (- r r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) (+ (+ (fabs r) p) (fabs p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (/ p (* r r)) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs r) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt p) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) r) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r))
4.0ms
p
@0
((* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (+ (- r r) (+ (fabs p) p)) (- r r) (fabs p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (+ p (- r r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) (+ (+ (fabs r) p) (fabs p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (/ p (* r r)) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs r) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt p) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) r) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r))
4.0ms
p
@inf
((* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (+ (- r r) (+ (fabs p) p)) (- r r) (fabs p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (+ p (- r r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) (+ (+ (fabs r) p) (fabs p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (/ p (* r r)) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs r) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt p) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) r) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r))
3.0ms
r
@0
((* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (+ (- r r) (+ (fabs p) p)) (- r r) (fabs p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (+ p (- r r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) (+ (+ (fabs r) p) (fabs p)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (/ p (* r r)) (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs r) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt p) (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r) 1/2) r) (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (* (/ q r) (neg q))) r))

simplify247.0ms (2.8%)

Memory
8.5MiB live, 235.0MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
010205608
134225579
083995277
Stop Event
iter limit
node limit
Counts
230 → 227
Calls
Call 1
Inputs
(* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r))))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r)))))
(fabs p)
(+ p (fabs p))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(+ (fabs p) (fabs r))
(* 2 p)
p
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r))))
(+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))
(+ p (+ (fabs p) (fabs r)))
(/ p (pow r 2))
(+ (fabs p) (* -2 (/ (pow q 2) r)))
(+ (fabs p) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(sqrt p)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p))))
(* p (+ 1 (/ (fabs p) p)))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(* -1 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(* 1/2 p)
(* p (+ 1/2 (+ (* -1 (/ (pow q 2) (* p r))) (* 1/2 (/ (+ (fabs p) (fabs r)) p)))))
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(* p (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (/ (fabs p) p)))))
(* p (+ 1 (* -1 (/ r p))))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(* 1/2 (/ p r))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (+ (* -1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(* -1 (* p (- (* -1 (/ (fabs p) p)) 1)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(* -1 (* p (- (pow (sqrt -1) 2) 1)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(* -1 (* p (- (+ (* -1 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(* -1 (* (sqrt p) (pow (sqrt -1) 2)))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (fabs p))))))) (pow r 2))
0
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(* 1/2 r)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(* -1 (/ (pow q 2) r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (fabs p)))))) (pow r 2))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fabs r)
(- (+ (fabs p) (fabs r)) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(* -1 (/ (pow q 2) (pow r 2)))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(* 1/2 (+ p (fabs p)))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p))))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p)))))
(* -1/2 r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(* 1/2 (+ p (+ (fabs p) (fabs r))))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r)))))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(+ p (+ (fabs p) (* -2 (/ (pow q 2) r))))
(+ p (+ (fabs p) (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -2 (/ (pow q 2) r)))))
r
(* r (+ 1 (* -1 (/ p r))))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (fabs p))))
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(+ p (+ (fabs p) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (+ p (fabs p))))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(- (+ r (+ (fabs p) (fabs r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(+ p (+ (fabs p) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))
(- p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(- (+ p (+ (fabs p) (fabs r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (+ p (fabs p)) (pow q 2)))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (pow q 2))) (/ 1 r)))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (/ (fabs p) (pow q 2)))) (* 2 (/ 1 r))))
(* 2 q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
Outputs
(* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r))))
(*.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))) (* 1/2 (+ (fabs p) (* -2 (/ (pow q 2) r)))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p))))
(fabs p)
(fabs.f64 p)
(+ p (fabs p))
(+.f64 (fabs.f64 p) p)
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (fabs p) (fabs r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(* 2 p)
(*.f64 #s(literal 2 binary64) p)
p
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r))))
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 (neg.f64 q) q) r))
(+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(+ p (+ (fabs p) (fabs r)))
(+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))
(/ p (pow r 2))
(/.f64 p (*.f64 r r))
(+ (fabs p) (* -2 (/ (pow q 2) r)))
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (pow q 2) r)) (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))))
(+.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 p))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 (*.f64 (neg.f64 p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt p)
(sqrt.f64 p)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r)))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r (*.f64 #s(literal 1/2 binary64) p))
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)
(/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))))
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)))
(* 1/2 (* p (+ 1 (* -2 (/ (pow q 2) (pow r 2))))))
(*.f64 (*.f64 #s(literal 1/2 binary64) p) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)))
(* p (+ (* 1/2 (+ 1 (* -2 (/ (pow q 2) (pow r 2))))) (* 1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p)) p))) p)
(* p (+ 1 (/ (fabs p) p)))
(*.f64 (+.f64 (/.f64 (fabs.f64 p) p) #s(literal 1 binary64)) p)
(* -1/2 p)
(*.f64 #s(literal -1/2 binary64) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p)
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(*.f64 (-.f64 (fma.f64 (*.f64 q q) (neg.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)
(* -1 p)
(neg.f64 p)
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p)
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p)
(* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64))) p)
(* 1/2 p)
(*.f64 #s(literal 1/2 binary64) p)
(* p (+ 1/2 (+ (* -1 (/ (pow q 2) (* p r))) (* 1/2 (/ (+ (fabs p) (fabs r)) p)))))
(*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r p))) #s(literal 1/2 binary64)) p)
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p)
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p)
(* p (+ 1 (* -2 (/ (pow q 2) (pow r 2)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -2 (/ (pow q 2) (* p r))) (+ (* -2 (/ (pow q 2) (pow r 2))) (/ (fabs p) p)))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (fabs.f64 p) p))) #s(literal 1 binary64)) p)
(* p (+ 1 (* -1 (/ r p))))
(*.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (*.f64 (/.f64 #s(literal 1 binary64) p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) p)
(* 1/2 (/ p r))
(*.f64 (/.f64 p r) #s(literal 1/2 binary64))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r)))) (* 1/2 (/ 1 p))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 r r)) (/.f64 (*.f64 q q) p) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(*.f64 (fma.f64 r (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p) #s(literal 1/2 binary64)) p)
(* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (* 1/2 (/ 1 r)))))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 (*.f64 r r) p))) p)
(* -1/2 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(*.f64 (*.f64 #s(literal -1/2 binary64) p) (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)))
(* -1 (* p (+ (* -1/2 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 1/2 (- (* 2 (/ (pow q 2) (pow r 2))) 1)))))
(*.f64 (neg.f64 p) (fma.f64 (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p)) p) #s(literal -1/2 binary64))))
(* -1 (* p (- (* -1 (/ (fabs p) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fabs.f64 p) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) r)) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (neg.f64 p)) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (- (pow (sqrt -1) 2) 1)))
(*.f64 #s(literal 2 binary64) p)
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ (fabs p) (fabs r)))) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 (neg.f64 q) q) r)) (neg.f64 p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64)))
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (neg.f64 p) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))))
(* -1 (* p (- (* 2 (/ (pow q 2) (pow r 2))) 1)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)) #s(literal 1 binary64)))
(* -1 (* p (- (+ (* -1 (/ (+ (fabs p) (* -2 (/ (pow q 2) r))) p)) (* 2 (/ (pow q 2) (pow r 2)))) 1)))
(*.f64 (neg.f64 p) (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p)) (neg.f64 p))) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p) #s(literal -1 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))))
(*.f64 (neg.f64 p) (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))))
(* -1 (* (sqrt p) (pow (sqrt -1) 2)))
(*.f64 (sqrt.f64 p) #s(literal 1 binary64))
(* -1 (* p (- (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) (neg.f64 p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2)))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (neg.f64 r) (/.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p)) #s(literal 1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) (neg.f64 p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (neg.f64 p) (*.f64 (/.f64 q r) (/.f64 q r)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/.f64 (neg.f64 (fma.f64 (*.f64 q q) r (*.f64 (*.f64 q q) p))) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (fabs p))))))) (pow r 2))
(/.f64 (fma.f64 (neg.f64 p) (*.f64 q q) (*.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 (+.f64 (fabs.f64 p) p) r) #s(literal 1/2 binary64))) r)) (*.f64 r r))
0
#s(literal 0 binary64)
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(* 1/2 r)
(*.f64 #s(literal 1/2 binary64) r)
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(* -1 (/ (pow q 2) r))
(/.f64 (*.f64 (neg.f64 q) q) r)
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r)
(/.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)))) r)
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q)) #s(literal 1/2 binary64))
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64)))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q)))))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) p (*.f64 #s(literal -1/8 binary64) r)) q) r))
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q)))))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q)) #s(literal 1/2 binary64)))
(* -2 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (/.f64 (*.f64 #s(literal -2 binary64) p) r) (/.f64 (*.f64 q q) r))
(/ (+ (* -2 (* p (pow q 2))) (* -2 (* (pow q 2) r))) (pow r 2))
(*.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (fma.f64 (*.f64 q q) p (*.f64 (*.f64 q q) r)) r))
(/ (+ (* -2 (* p (pow q 2))) (* r (+ (* -2 (pow q 2)) (* r (+ p (fabs p)))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (+.f64 (fabs.f64 p) p) r (*.f64 #s(literal -2 binary64) (*.f64 q q))) r (*.f64 (*.f64 (*.f64 q q) p) #s(literal -2 binary64))) (*.f64 r r))
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(fma.f64 (*.f64 (neg.f64 p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
(fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(fabs r)
(fabs.f64 r)
(- (+ (fabs p) (fabs r)) (* 2 q))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q))
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal -1/4 binary64) r)) q) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q))
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q))
(-.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 r p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) q))
(* -1 (/ (pow q 2) (pow r 2)))
(/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) (pow r 2))
(/.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)))) (*.f64 r r))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (*.f64 (neg.f64 q) q)) (*.f64 r r))
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r)
(/.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (*.f64 (neg.f64 q) q)) r)
(* 1/2 (+ p (fabs p)))
(*.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p))))
(fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (fabs p)))))
(fma.f64 (neg.f64 p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(*.f64 (fma.f64 p (neg.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(* -1 r)
(neg.f64 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64))) r)
(* 1/2 (+ p (+ (fabs p) (fabs r))))
(*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r)))))
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(*.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r)
(+ p (+ (fabs p) (* -2 (/ (pow q 2) r))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 p)) p)
(+ p (+ (fabs p) (+ (* -2 (/ (* p (pow q 2)) (pow r 2))) (* -2 (/ (pow q 2) r)))))
(+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 p r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 q q) r)) (fabs.f64 p)) p)
r
(* r (+ 1 (* -1 (/ p r))))
(*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64)) r)
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))
(*.f64 (fma.f64 (*.f64 (/.f64 q r) (/.f64 q r)) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64))) r)
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r)
-1/2
#s(literal -1/2 binary64)
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(-.f64 (/.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(/.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) r)
(/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)
(+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (fabs p))))
(fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r)))
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r) #s(literal -1 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64)))
(+ p (+ (fabs p) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))
(+.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r) #s(literal -1 binary64) (fabs.f64 p)) p)
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r) #s(literal -1 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1)))
(*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1 binary64) (+.f64 p (/.f64 (fma.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) #s(literal 1 binary64)))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r))
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (+ p (fabs p))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (fabs.f64 p) p)))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))
(- (+ r (+ (fabs p) (fabs r))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (fabs.f64 r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (fabs.f64 r))) p)
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p)
(-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (fabs.f64 r))) p)
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))
(*.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))))
(fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)))) (*.f64 q q)))
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3))))))))))
(fma.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q)))
(+ p (+ (fabs p) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))
(+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 p)) p)
(- p r)
(-.f64 p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(-.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) p) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(-.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r)
(-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(- (+ p (+ (fabs p) (fabs r))) r)
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r)
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (*.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64)) (/.f64 #s(literal 4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r)
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(fma.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) r (/.f64 (*.f64 (neg.f64 q) q) r))
(+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)))
(* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)))
(* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* 1/2 (/ (+ p (fabs p)) (pow q 2)))))
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (/.f64 (+.f64 (fabs.f64 p) p) (*.f64 q q)))) (*.f64 q q))
(* -1 q)
(neg.f64 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 1 binary64)) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 1 binary64))) q)
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q))) #s(literal 1 binary64)) q)
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q)
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (pow q 2))) (/ 1 r)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) r)) (*.f64 q q))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q)))) #s(literal 1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))))) #s(literal 1 binary64)) q)
(* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))
(*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))
(* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (+ (/ p (pow q 2)) (/ (fabs p) (pow q 2)))) (* 2 (/ 1 r))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 (+.f64 (fabs.f64 p) p) (*.f64 q q))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))
(* 2 q)
(*.f64 #s(literal 2 binary64) q)
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) q)
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) q)
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) q)
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (+ (* 1/2 (/ 1 (pow q 2))) (/ 1 (pow r 2)))))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (*.f64 q q)) (/.f64 #s(literal 1/2 binary64) r)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 r r)) (/.f64 #s(literal 1/2 binary64) (*.f64 q q)))) (*.f64 q q))
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r)))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)) q) (/.f64 r q)) (/.f64 #s(literal 1 binary64) r)) (*.f64 q q))
(* (pow q 2) (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r))) (/ 1 (pow r 2))))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (*.f64 q q)) (/.f64 #s(literal 1/2 binary64) r)) (/.f64 #s(literal 1 binary64) (*.f64 r r))) (*.f64 q q))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2)))
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (fma.f64 (/.f64 #s(literal -1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))))) (neg.f64 q))) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))

rewrite336.0ms (3.8%)

Memory
24.7MiB live, 389.8MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
071554
0105492
1478448
24053430
08523406
Stop Event
iter limit
node limit
iter limit
Counts
26 → 445
Calls
Call 1
Inputs
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))
(+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))
(-.f64 r r)
(fabs.f64 p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
(*.f64 #s(literal 1/2 binary64) r)
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))
(+.f64 p (-.f64 r r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
(fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q)))
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))))
(/.f64 p (*.f64 r r))
(fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 r)
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r))))
(sqrt.f64 p)
(-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64))
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r)
(/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r)
Outputs
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))) q)
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q))
(*.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q #s(literal 1/2 binary64)))
(*.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 1/2 binary64))
(*.f64 (*.f64 q q) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(/.f64 (*.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64)))
(/.f64 (*.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64))))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64)))
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) #s(literal 0 binary64))) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64))))))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64)))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))) q #s(literal 0 binary64))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 0 binary64))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q) #s(literal 0 binary64))
(fma.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 1/2 binary64) #s(literal 0 binary64))
(fma.f64 (*.f64 q q) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(+.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
#s(literal 0 binary64)
#s(literal 0 binary64)
(*.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)))
(*.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)))
(*.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))))
(*.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))))
(*.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)))
(*.f64 (sqrt.f64 p) (sqrt.f64 p))
(pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 2 binary64))
(pow.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64))
(pow.f64 (neg.f64 (sqrt.f64 p)) #s(literal 2 binary64))
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(pow.f64 (sqrt.f64 p) #s(literal 2 binary64))
(pow.f64 p #s(literal 1 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 0 binary64))) p)
(/.f64 (sqrt.f64 (-.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 0 binary64))) (sqrt.f64 (+.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) #s(literal 0 binary64))))))
(/.f64 (sqrt.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 0 binary64))) (sqrt.f64 (+.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) #s(literal 0 binary64))))))
(/.f64 (sqrt.f64 (pow.f64 p #s(literal 5 binary64))) (pow.f64 p #s(literal 3/2 binary64)))
(/.f64 (pow.f64 (neg.f64 p) #s(literal 3 binary64)) (neg.f64 (*.f64 p p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 r p) r))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (-.f64 #s(literal 0 binary64) p))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 r p) r))))
(/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) #s(literal 0 binary64)) (*.f64 p p))
(/.f64 (neg.f64 (*.f64 p p)) (neg.f64 p))
(/.f64 (pow.f64 p #s(literal 3/2 binary64)) (sqrt.f64 p))
(/.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 p p))
(/.f64 (*.f64 p p) p)
(neg.f64 (neg.f64 p))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 0 binary64))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) #s(literal 0 binary64))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) #s(literal 0 binary64))
(sqrt.f64 (*.f64 p p))
(-.f64 (+.f64 r p) r)
(-.f64 #s(literal 0 binary64) (neg.f64 p))
(-.f64 p (/.f64 #s(literal 0 binary64) p))
(-.f64 p #s(literal 0 binary64))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
(exp.f64 (*.f64 (log.f64 p) #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (neg.f64 (sqrt.f64 p))) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (*.f64 p p)) #s(literal 1/2 binary64)))
(exp.f64 (log.f64 p))
(+.f64 (cosh.f64 (log.f64 p)) (sinh.f64 (log.f64 p)))
(+.f64 #s(literal 0 binary64) p)
(+.f64 p (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(+.f64 p #s(literal 0 binary64))
p
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64)))
(*.f64 r #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) r)
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)))) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 p #s(literal 1/2 binary64) (*.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(+.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 (neg.f64 (neg.f64 r))) (sqrt.f64 (neg.f64 (neg.f64 r))) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))) (/.f64 (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) (+.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) p)
(+.f64 r (-.f64 p #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(+.f64 p (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 r p))) (neg.f64 (-.f64 r p)))
(/.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 p r))) (neg.f64 (-.f64 p r)))
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 r r (*.f64 p (-.f64 p r)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 r (-.f64 r p) (*.f64 p p))))
(/.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (-.f64 r p))
(/.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (-.f64 p r))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 r r (*.f64 p (-.f64 p r))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 r (-.f64 r p) (*.f64 p p)))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) r)
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) r)
(fma.f64 (sqrt.f64 (neg.f64 (neg.f64 r))) (sqrt.f64 (neg.f64 (neg.f64 r))) p)
(fma.f64 (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) p)
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) r)
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) r)
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) r)
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) r)
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) p)
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) p)
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) r)
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) r)
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) r)
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) r)
(-.f64 (/.f64 (*.f64 r r) (-.f64 r p)) (/.f64 (*.f64 p p) (-.f64 r p)))
(-.f64 (/.f64 (*.f64 p p) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 p r)))
(-.f64 r (neg.f64 p))
(+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))))
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 r (-.f64 r p) (*.f64 p p))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (-.f64 r p) (*.f64 p p))))
(+.f64 r p)
(+.f64 p r)
#s(literal 0 binary64)
(*.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)))
(*.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)))
(*.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))))
(*.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))))
(*.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)))
(*.f64 (sqrt.f64 p) (sqrt.f64 p))
(pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 2 binary64))
(pow.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64))
(pow.f64 (neg.f64 (sqrt.f64 p)) #s(literal 2 binary64))
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(pow.f64 (sqrt.f64 p) #s(literal 2 binary64))
(pow.f64 p #s(literal 1 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 0 binary64))) p)
(/.f64 (sqrt.f64 (-.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 0 binary64))) (sqrt.f64 (+.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) #s(literal 0 binary64))))))
(/.f64 (sqrt.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 0 binary64))) (sqrt.f64 (+.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) #s(literal 0 binary64))))))
(/.f64 (sqrt.f64 (pow.f64 p #s(literal 5 binary64))) (pow.f64 p #s(literal 3/2 binary64)))
(/.f64 (pow.f64 (neg.f64 p) #s(literal 3 binary64)) (neg.f64 (*.f64 p p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 r p) r))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (-.f64 #s(literal 0 binary64) p))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 r p) r))))
(/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) #s(literal 0 binary64)) (*.f64 p p))
(/.f64 (neg.f64 (*.f64 p p)) (neg.f64 p))
(/.f64 (pow.f64 p #s(literal 3/2 binary64)) (sqrt.f64 p))
(/.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 p p))
(/.f64 (*.f64 p p) p)
(neg.f64 (neg.f64 p))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 0 binary64))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) #s(literal 0 binary64))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) #s(literal 0 binary64))
(sqrt.f64 (*.f64 p p))
(-.f64 (+.f64 r p) r)
(-.f64 #s(literal 0 binary64) (neg.f64 p))
(-.f64 p (/.f64 #s(literal 0 binary64) p))
(-.f64 p #s(literal 0 binary64))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
(exp.f64 (*.f64 (log.f64 p) #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (neg.f64 (sqrt.f64 p))) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (*.f64 p p)) #s(literal 1/2 binary64)))
(exp.f64 (log.f64 p))
(+.f64 (cosh.f64 (log.f64 p)) (sinh.f64 (log.f64 p)))
(+.f64 #s(literal 0 binary64) p)
(+.f64 p (/.f64 #s(literal 0 binary64) (*.f64 p p)))
(+.f64 p #s(literal 0 binary64))
p
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64)) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))))
(/.f64 (-.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64))) (fma.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (+.f64 (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64)) (*.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (/.f64 (neg.f64 q) r) (neg.f64 q))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) q))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64))) (fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) q)))
(/.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64)) (-.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) (*.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (/.f64 (neg.f64 q) r) q)))))
(/.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))))
(fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))
(fma.f64 (neg.f64 q) (/.f64 q r) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))
(fma.f64 (/.f64 q r) (neg.f64 q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))
(fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) q))
(fma.f64 q (/.f64 (neg.f64 q) r) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))
(fma.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 0 binary64) r) (*.f64 (/.f64 (neg.f64 q) r) q))
(-.f64 (/.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) (fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) q))) (/.f64 (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64)) (fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) q))))
(-.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (neg.f64 (neg.f64 q)) (/.f64 q r)))
(-.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (/.f64 q r) q))
(-.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (/.f64 (neg.f64 q) r) (neg.f64 q)))
(-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (*.f64 (neg.f64 (+.f64 #s(literal 0 binary64) r)) #s(literal 1/2 binary64)))
(-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (*.f64 #s(literal -1/2 binary64) (+.f64 #s(literal 0 binary64) r)))
(+.f64 (/.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)))))
(+.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) (*.f64 (/.f64 (neg.f64 q) r) q))
(+.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))
(/.f64 (-.f64 (*.f64 r r) #s(literal 0 binary64)) (-.f64 r #s(literal 0 binary64)))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (-.f64 p (+.f64 r p)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 p p (*.f64 (+.f64 r p) p))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 r r #s(literal 0 binary64)))
(/.f64 (neg.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 2 binary64))) (neg.f64 (+.f64 #s(literal 0 binary64) r)))
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(/.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) r))
(/.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 (+.f64 r p) p))))
(/.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r p))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 r p))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (-.f64 r p))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (+.f64 r p))
(fma.f64 (sqrt.f64 (neg.f64 (neg.f64 r))) (sqrt.f64 (neg.f64 (neg.f64 r))) #s(literal 0 binary64))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (-.f64 r p))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (+.f64 r p))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (-.f64 r p))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (+.f64 r p))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (-.f64 r p))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (+.f64 r p))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (-.f64 r p))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (+.f64 r p))
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) #s(literal 0 binary64))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (-.f64 r p))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (+.f64 r p))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (-.f64 r p))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (+.f64 r p))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (-.f64 r p))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (+.f64 r p))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r p))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 r p))
(-.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) r)) (/.f64 (*.f64 p p) (+.f64 #s(literal 0 binary64) r)))
(-.f64 (+.f64 r p) (neg.f64 p))
(-.f64 (+.f64 r p) p)
(+.f64 (/.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 r p)) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))))
(+.f64 (+.f64 r p) (neg.f64 p))
(+.f64 (+.f64 r p) p)
(+.f64 #s(literal 0 binary64) r)
(+.f64 r #s(literal 0 binary64))
(+.f64 p (-.f64 r p))
(+.f64 p (+.f64 r p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(*.f64 (/.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 r)) (/.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 r)))
(*.f64 (/.f64 (neg.f64 (sqrt.f64 p)) r) (/.f64 (neg.f64 (sqrt.f64 p)) r))
(*.f64 (/.f64 (sqrt.f64 p) (neg.f64 r)) (/.f64 (sqrt.f64 p) (neg.f64 r)))
(*.f64 (/.f64 (sqrt.f64 p) r) (/.f64 (sqrt.f64 p) r))
(*.f64 (neg.f64 (sqrt.f64 p)) (/.f64 (neg.f64 (sqrt.f64 p)) (*.f64 r r)))
(*.f64 (sqrt.f64 p) (/.f64 (sqrt.f64 p) (*.f64 r r)))
(pow.f64 (/.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 r)) #s(literal 2 binary64))
(pow.f64 (/.f64 (neg.f64 (sqrt.f64 p)) r) #s(literal 2 binary64))
(pow.f64 (/.f64 (sqrt.f64 p) (neg.f64 r)) #s(literal 2 binary64))
(pow.f64 (/.f64 (sqrt.f64 p) r) #s(literal 2 binary64))
(/.f64 (/.f64 p (neg.f64 r)) (neg.f64 r))
(/.f64 (neg.f64 (/.f64 p r)) (neg.f64 r))
(/.f64 (/.f64 p r) r)
(/.f64 (neg.f64 p) (*.f64 (neg.f64 r) r))
(/.f64 p (*.f64 r r))
(neg.f64 (/.f64 (neg.f64 p) (*.f64 r r)))
(neg.f64 (/.f64 p (*.f64 (neg.f64 r) r)))
(sqrt.f64 (/.f64 (*.f64 p p) (pow.f64 r #s(literal 4 binary64))))
(exp.f64 (-.f64 (log.f64 p) (*.f64 (log.f64 r) #s(literal 2 binary64))))
(*.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (neg.f64 q)) (neg.f64 q))
(*.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) q)
(*.f64 (neg.f64 q) (*.f64 (neg.f64 q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))
(*.f64 q (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) r) #s(literal 2 binary64))) (*.f64 q q)) (fma.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)) (/.f64 #s(literal 2 binary64) r)))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) r) #s(literal 3 binary64))) (*.f64 q q)) (fma.f64 (pow.f64 (/.f64 p (*.f64 r r)) #s(literal 2 binary64)) #s(literal 4 binary64) (*.f64 (/.f64 #s(literal 2 binary64) r) (fma.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)) (/.f64 #s(literal 2 binary64) r)))))
(/.f64 (*.f64 (*.f64 q q) (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) r) #s(literal 2 binary64)))) (fma.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)) (/.f64 #s(literal 2 binary64) r)))
(/.f64 (*.f64 (*.f64 q q) (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) r) #s(literal 3 binary64)))) (fma.f64 (pow.f64 (/.f64 p (*.f64 r r)) #s(literal 2 binary64)) #s(literal 4 binary64) (*.f64 (/.f64 #s(literal 2 binary64) r) (fma.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r)) (/.f64 #s(literal 2 binary64) r)))))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64)))))))
(/.f64 (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64)))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64))))))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64))))))
(fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (pow.f64 p #s(literal 1/4 binary64)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 p #s(literal 1/4 binary64)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/2 binary64)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1 binary64)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (neg.f64 q)) (neg.f64 q) #s(literal 0 binary64))
(fma.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) (neg.f64 (neg.f64 (sqrt.f64 p))) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 p #s(literal 3/2 binary64))) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) q #s(literal 0 binary64))
(fma.f64 (neg.f64 (sqrt.f64 p)) (neg.f64 (sqrt.f64 p)) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (neg.f64 q) (*.f64 (neg.f64 q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 0 binary64))
(fma.f64 q (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) #s(literal 0 binary64))
(-.f64 (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) r) (-.f64 r #s(literal 0 binary64)))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))) (/.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))))
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))) q))
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 q) q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q)))
(-.f64 r (-.f64 (-.f64 r #s(literal 0 binary64)) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
(+.f64 (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) p) p)
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 3 binary64)) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64)))))) (/.f64 #s(literal 0 binary64) (fma.f64 (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 0 binary64)))))))
(+.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) #s(literal 0 binary64))
(+.f64 #s(literal 0 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))))
(+.f64 p (+.f64 p (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 (sqrt.f64 (neg.f64 (neg.f64 r))) (sqrt.f64 (neg.f64 (neg.f64 r))))
(*.f64 (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 r)) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)))
(*.f64 (sqrt.f64 r) (sqrt.f64 r))
(pow.f64 (sqrt.f64 (neg.f64 r)) #s(literal 2 binary64))
(pow.f64 (sqrt.f64 r) #s(literal 2 binary64))
(pow.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal 1/4 binary64))
(pow.f64 (neg.f64 r) #s(literal 1 binary64))
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64))
(pow.f64 r #s(literal 1 binary64))
(sqrt.f64 (*.f64 r r))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 r))))
(fabs.f64 (neg.f64 (neg.f64 r)))
(fabs.f64 (neg.f64 r))
(fabs.f64 r)
(exp.f64 (/.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)) #s(literal 2 binary64)))
(exp.f64 (*.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)) #s(literal 1/2 binary64)))
(exp.f64 (*.f64 (log.f64 r) #s(literal 1 binary64)))
r
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64))
(*.f64 (sqrt.f64 (neg.f64 (neg.f64 (sqrt.f64 p)))) (sqrt.f64 (neg.f64 (neg.f64 (sqrt.f64 p)))))
(*.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (neg.f64 (sqrt.f64 p)) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (sqrt.f64 p) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 p)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (neg.f64 p) #s(literal 1/4 binary64)) (pow.f64 (neg.f64 p) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (sqrt.f64 p) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 p #s(literal 3/2 binary64)) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (pow.f64 p #s(literal 1/4 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 p #s(literal 1/4 binary64)) #s(literal 1 binary64)))
(*.f64 (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (neg.f64 (sqrt.f64 p))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 p #s(literal 1/4 binary64)) (pow.f64 p #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/8 binary64))
(pow.f64 (pow.f64 p #s(literal 1/4 binary64)) #s(literal 2 binary64))
(pow.f64 (neg.f64 (sqrt.f64 p)) #s(literal 1 binary64))
(pow.f64 (*.f64 p p) #s(literal 1/4 binary64))
(pow.f64 (sqrt.f64 p) #s(literal 1 binary64))
(pow.f64 p #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 r r))) (sqrt.f64 (+.f64 (+.f64 r p) r)))
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p))) (sqrt.f64 (-.f64 #s(literal 0 binary64) p)))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 r p) r)))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) #s(literal 0 binary64))) p)
(/.f64 (sqrt.f64 (neg.f64 (*.f64 p p))) (sqrt.f64 (neg.f64 p)))
(/.f64 (sqrt.f64 (pow.f64 (neg.f64 p) #s(literal 3 binary64))) (sqrt.f64 (neg.f64 (*.f64 p p))))
(/.f64 (pow.f64 p #s(literal 3/2 binary64)) p)
(/.f64 p (sqrt.f64 p))
(sqrt.f64 p)
(fabs.f64 (neg.f64 (neg.f64 (sqrt.f64 p))))
(fabs.f64 (neg.f64 (sqrt.f64 p)))
(fabs.f64 (sqrt.f64 p))
(exp.f64 (/.f64 (log.f64 p) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 p)) #s(literal 1 binary64)))
(exp.f64 (*.f64 (log.f64 (*.f64 p p)) #s(literal 1/4 binary64)))
(exp.f64 (log.f64 (sqrt.f64 p)))
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 p))) (sinh.f64 (log.f64 (sqrt.f64 p))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (neg.f64 (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64))))
(fma.f64 (+.f64 #s(literal 0 binary64) r) (/.f64 #s(literal 1/2 binary64) r) (-.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 #s(literal 0 binary64) r) r) (-.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)) (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64))))
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 3 binary64)) (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)))) (/.f64 #s(literal 1/8 binary64) (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)))))
(-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64))
(+.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) (-.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)) r)
(*.f64 r (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64)) r) (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64)) r) (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64))))
(/.f64 (*.f64 r (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (+.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)))
(/.f64 (*.f64 r (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 2 binary64))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) #s(literal 2 binary64)) (pow.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 2 binary64))) (-.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r))))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 0 binary64) r) r) #s(literal 3 binary64)) (/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) (+.f64 (pow.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))))) (neg.f64 (neg.f64 r)))
(/.f64 (fma.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r (*.f64 r (*.f64 (/.f64 (neg.f64 q) r) q))) (*.f64 r r))
(/.f64 (-.f64 (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 2 binary64))) (*.f64 (fma.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) q)) r))
(/.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 0 binary64) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q r) q) #s(literal 3 binary64))) (*.f64 (fma.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) q) (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (pow.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) r))
(/.f64 (neg.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))) (neg.f64 r))
(/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r)
(neg.f64 (/.f64 (neg.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)))) r))
(neg.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) (neg.f64 r)))
(fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r))
(fma.f64 (/.f64 q r) (/.f64 (neg.f64 q) r) (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r))
(fma.f64 (+.f64 #s(literal 0 binary64) r) (/.f64 #s(literal 1/2 binary64) r) (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 #s(literal 0 binary64) r) r) (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)))
(-.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) (/.f64 (*.f64 (/.f64 (neg.f64 q) r) (neg.f64 q)) r))
(+.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r))
(+.f64 (/.f64 (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64)) r) (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)))

eval228.0ms (2.6%)

Memory
25.1MiB live, 220.1MiB allocated
Compiler

Compiled 48 210 to 4 347 computations (91% saved)

prune119.0ms (1.4%)

Memory
-28.7MiB live, 134.3MiB allocated
Pruning

34 alts after pruning (29 fresh and 5 done)

PrunedKeptTotal
New77413787
Fresh51621
Picked415
Done044
Total78334817
Accuracy
87.8%
Counts
817 → 34
Alt Table
Click to see full alt table
StatusAccuracyProgram
31.0%
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
22.8%
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
30.8%
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) r) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
4.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (+.f64 #s(literal 0 binary64) r) (/.f64 #s(literal 1/2 binary64) r) (-.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 1/2 binary64))) r))
16.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)))
16.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)) r))
10.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (-.f64 (+.f64 r p) r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
4.4%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (exp.f64 (*.f64 (log.f64 r) #s(literal 1 binary64))) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
10.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
14.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p)))
17.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
11.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)) r))
5.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
12.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
3.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
31.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
31.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (fma.f64 (*.f64 (/.f64 q r) (/.f64 q r)) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)))
5.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64))) (*.f64 r p))) #s(literal 1/2 binary64)))
4.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
3.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
12.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
20.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
3.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64)))) #s(literal 1/2 binary64)))
18.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
3.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
6.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
32.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
26.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 1/2 binary64)))))
20.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q #s(literal 1/2 binary64)))))
43.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))))
5.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r))))
Compiler

Compiled 5 423 to 1 621 computations (70.1% saved)

regimes169.0ms (1.9%)

Memory
30.1MiB live, 226.9MiB allocated
Counts
65 → 3
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) r) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (+.f64 p (-.f64 r r)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 (+.f64 (fabs.f64 p) p) r))) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (neg.f64 q) r) q (fma.f64 r #s(literal 1/2 binary64) #s(literal 0 binary64))) r) #s(literal 1/2 binary64)) r))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (- (+ (+ p (fabs p)) (fabs r)) r)) (*.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (*.f64 q (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r))) (*.f64 q #s(literal 1/2 binary64)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) (*.f64 (*.f64 q q) #s(literal 1/2 binary64)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal 1/2 binary64)) r))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 r) p) (-.f64 (+.f64 r p) r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (+.f64 #s(literal 0 binary64) r) (/.f64 #s(literal 1/2 binary64) r) (-.f64 (*.f64 (neg.f64 q) (/.f64 (/.f64 q r) r)) #s(literal 1/2 binary64))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (/.f64 (*.f64 (+.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) r)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 p (*.f64 r r))) (/.f64 #s(literal 2 binary64) r)) q) q (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) r) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1 binary64) r)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 p (*.f64 r r)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 q r) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (fma.f64 (*.f64 (/.f64 q r) (/.f64 q r)) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64))) r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) p) (*.f64 (/.f64 q r) (/.f64 q r)) (fma.f64 (/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (*.f64 r (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (neg.f64 p)) (sqrt.f64 (neg.f64 p)) (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 p (pow.f64 r #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))) r)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (exp.f64 (*.f64 (log.f64 r) #s(literal 1 binary64))) p) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q r) (neg.f64 q))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64))) (*.f64 r p))) #s(literal 1/2 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) p)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p (-.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

7 calls:

32.0ms
r
29.0ms
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
25.0ms
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
23.0ms
(pow.f64 q #s(literal 2 binary64))
23.0ms
p
Results
AccuracySegmentsBranch
59.4%3p
63.0%3r
64.3%3q
55.2%3(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
55.2%3(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
64.3%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
64.3%3(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes73.0ms (0.8%)

Memory
-81.7MiB live, 47.4MiB allocated
Counts
24 → 3
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) r) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (-.f64 r (-.f64 r (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) p)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

3 calls:

50.0ms
(pow.f64 q #s(literal 2 binary64))
7.0ms
q
6.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
64.2%3q
64.2%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
64.2%3(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes25.0ms (0.3%)

Memory
16.2MiB live, 55.6MiB allocated
Counts
20 → 2
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
(*.f64 (-.f64 (+.f64 r p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) r) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) r) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64))) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64)))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) r))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

4 calls:

7.0ms
q
6.0ms
r
5.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
5.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
53.6%3r
59.6%2q
59.6%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
59.6%2(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 10 to 18 computations (-80% saved)

regimes31.0ms (0.4%)

Memory
22.5MiB live, 62.1MiB allocated
Counts
9 → 3
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (- (+ (+ p (fabs p)) (fabs r)) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

7 calls:

13.0ms
q
3.0ms
p
3.0ms
r
3.0ms
(pow.f64 q #s(literal 2 binary64))
3.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
38.9%2r
40.5%2(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
40.5%2(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
46.7%3p
49.4%3q
47.3%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
47.3%3(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes9.0ms (0.1%)

Memory
-15.5MiB live, 25.2MiB allocated
Counts
7 → 2
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (/ (+ (* (+ (+ (fabs r) p) (fabs p)) 1/2) (/ (* (neg q) q) r)) r) 1/2) #s(literal -1/2 binary64)) r))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

3 calls:

3.0ms
q
2.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
2.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
45.7%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
45.7%2(pow.f64 q #s(literal 2 binary64))
45.7%2q
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes16.0ms (0.2%)

Memory
8.5MiB live, 47.5MiB allocated
Accuracy

Total -19.7b remaining (-45.3%)

Threshold costs -19.7b (-45.3%)

Counts
5 → 1
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

7 calls:

3.0ms
q
2.0ms
p
2.0ms
r
2.0ms
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
2.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
32.2%1r
32.2%1(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
32.2%1(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
32.2%1p
32.2%1q
32.2%1(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
32.2%1(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

bsearch1.0ms (0%)

Memory
2.9MiB live, 2.9MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
6.496106938368914e+188
9.131076229953669e+188
0.0ms
2.566282362777654e-161
2.0223714357725565e-160
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch1.0ms (0%)

Memory
2.0MiB live, 2.0MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
6.496106938368914e+188
9.131076229953669e+188
0.0ms
6.098120175100529e-178
2.877771371810284e-175
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch0.0ms (0%)

Memory
1.5MiB live, 1.5MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
9.105952246001127e+88
2.499160418044895e+90
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch59.0ms (0.7%)

Memory
-10.1MiB live, 148.2MiB allocated
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
23.0ms
3.0176070396923996e+44
1.5808733086635674e+45
29.0ms
4.979912689909351e-231
2.760755591895218e-230
Samples
25.0ms100×1valid
16.0ms62×2valid
3.0ms30×0valid
Compiler

Compiled 1 423 to 882 computations (38% saved)

Precisions
Click to see histograms. Total time spent on operations: 36.0ms
ival-pow2: 7.0ms (19.4% of total)
adjust: 6.0ms (16.6% of total)
ival-mult: 6.0ms (16.6% of total)
ival-sqrt: 5.0ms (13.9% of total)
ival-sub: 4.0ms (11.1% of total)
ival-add: 4.0ms (11.1% of total)
ival-div: 2.0ms (5.5% of total)
ival-fabs: 2.0ms (5.5% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch0.0ms (0%)

Memory
1.2MiB live, 1.2MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
1.7810577318004165e-121
1.3696397074265987e-112
Compiler

Compiled 25 to 25 computations (0% saved)

simplify53.0ms (0.6%)

Memory
3.7MiB live, 82.5MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
0103715
1200682
2560682
31912682
46737682
Stop Event
node limit
Calls
Call 1
Inputs
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 1582914569427869/31658291388557380359744322690514840324496812684955115509000071179890844813636078997800499335839109758668501942530065835436974724391264154875845907853042325493325666835033489408 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 4562440617622195/4562440617622195218641171605700291324893228507248559930579192517899275167208677386505912811317371399778642309573594407310688704721375437998252661319722214188251994674360264950082874192246603776 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)))
(if (<=.f64 q #s(literal 4806944932605355/436994993873214129706097166956708350993678881411295357199729151951767944417616335439228580716318181998128654620651240845861768505204366709906692902245553277900892247131030458103436298545516643924637451297481464347472084863384057367177715867713536 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (if (<=.f64 q #s(literal 309999999999999995654955350744175148758204416 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 1162941958872971/5814709794364855124394590463104036274829130885498544482251921593445114304907183386609528405710108524486100172850129423468276813028917248 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Outputs
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 1582914569427869/31658291388557380359744322690514840324496812684955115509000071179890844813636078997800499335839109758668501942530065835436974724391264154875845907853042325493325666835033489408 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 1582914569427869/31658291388557380359744322690514840324496812684955115509000071179890844813636078997800499335839109758668501942530065835436974724391264154875845907853042325493325666835033489408 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p (+.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 4562440617622195/4562440617622195218641171605700291324893228507248559930579192517899275167208677386505912811317371399778642309573594407310688704721375437998252661319722214188251994674360264950082874192246603776 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 4562440617622195/4562440617622195218641171605700291324893228507248559930579192517899275167208677386505912811317371399778642309573594407310688704721375437998252661319722214188251994674360264950082874192246603776 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fabs.f64 p) p)) #s(literal 1/2 binary64))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 800000000000000018474473042158297239143870579881359420344451662523873751743566151092609437494360608888625908350606859357279352090508698805500823773322952148569625145157308519007173335842816 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) #s(approx (* 1/2 (+ (* (- (* (/ p (* r r)) -2) (/ 2 r)) (* q q)) (+ (- r r) (+ (fabs p) p)))) (fma.f64 (+.f64 (fabs.f64 p) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 r r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fabs.f64 p) p)) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)))
(if (<=.f64 q #s(literal 4806944932605355/436994993873214129706097166956708350993678881411295357199729151951767944417616335439228580716318181998128654620651240845861768505204366709906692902245553277900892247131030458103436298545516643924637451297481464347472084863384057367177715867713536 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (if (<=.f64 q #s(literal 309999999999999995654955350744175148758204416 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(approx (+ (* (sqrt p) (sqrt p)) (+ p (- r r))) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 1162941958872971/5814709794364855124394590463104036274829130885498544482251921593445114304907183386609528405710108524486100172850129423468276813028917248 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))

soundness742.0ms (8.5%)

Memory
0.1MiB live, 916.0MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
011426143
138126019
080125700
010205608
134225579
083995277
070644
0100644
1394631
23121606
08334593
06203242
120443049
278823021
081812821
071554
0105492
1478448
24053430
08523406
Stop Event
fuel
iter limit
node limit
iter limit
iter limit
node limit
iter limit
node limit
iter limit
iter limit
node limit
iter limit
node limit
Compiler

Compiled 1 427 to 567 computations (60.3% saved)

preprocess61.0ms (0.7%)

Memory
-20.5MiB live, 135.9MiB allocated
Compiler

Compiled 2 238 to 530 computations (76.3% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated

Profiling

Loading profile data...