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

Time bar (total: 9.0s)

start0.0ms (0%)

Memory
0.1MiB live, 0.1MiB allocated; 0ms collecting garbage

analyze0.0ms (0%)

Memory
0.8MiB live, 0.8MiB allocated; 0ms collecting garbage
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)

sample3.6s (39.5%)

Memory
-115.6MiB live, 4 449.8MiB allocated; 2.2s collecting garbage
Samples
1.7s3 213×1valid
869.0ms2 215×2valid
483.0ms2 828×0valid
Precisions
Click to see histograms. Total time spent on operations: 2.6s
ival-fabs: 986.0ms (38.4% of total)
adjust: 471.0ms (18.4% of total)
ival-pow2: 293.0ms (11.4% of total)
ival-mult: 271.0ms (10.6% of total)
ival-add: 164.0ms (6.4% of total)
ival-sub: 154.0ms (6% of total)
ival-sqrt: 130.0ms (5.1% of total)
ival-div: 76.0ms (3% of total)
exact: 12.0ms (0.5% of total)
ival-true: 6.0ms (0.2% of total)
ival-assert: 3.0ms (0.1% of total)
Bogosity

explain410.0ms (4.5%)

Memory
-38.5MiB live, 412.3MiB allocated; 61ms collecting garbage
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1440-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)))))
1180-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-rescue1410
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))overflow141
(pow.f64 q #s(literal 2 binary64))overflow61
(pow.f64 (-.f64 p r) #s(literal 2 binary64))overflow110
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))overflow61
-.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))))))cancellation1180
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-rescue30
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))underflow3
(pow.f64 q #s(literal 2 binary64))underflow67
(pow.f64 (-.f64 p r) #s(literal 2 binary64))underflow12
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))underflow67
Confusion
Predicted +Predicted -
+1920
-064
Precision
1.0
Recall
1.0
Confusion?
Predicted +Predicted MaybePredicted -
+19200
-0064
Precision?
1.0
Recall?
1.0
Freqs
test
numberfreq
064
1122
270
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
50.0ms144×2valid
45.0ms174×1valid
24.0ms194×0valid
Compiler

Compiled 220 to 58 computations (73.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 84.0ms
adjust: 21.0ms (25.1% of total)
ival-pow2: 18.0ms (21.5% of total)
ival-mult: 10.0ms (11.9% of total)
ival-add: 10.0ms (11.9% of total)
ival-sub: 9.0ms (10.7% of total)
ival-sqrt: 7.0ms (8.4% of total)
ival-fabs: 4.0ms (4.8% of total)
ival-div: 3.0ms (3.6% of total)
exact: 1.0ms (1.2% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

preprocess225.0ms (2.5%)

Memory
11.7MiB live, 241.7MiB allocated; 38ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
069187
1157184
2443184
31698184
45434184
01820
03120
15020
29520
322720
444720
595820
6548920
0822715
Stop Event
iter limit
node limit
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 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r 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.6MiB live, 0.6MiB allocated; 0ms collecting garbage
Compiler

Compiled 15 to 13 computations (13.3% saved)

prune1.0ms (0%)

Memory
2.8MiB live, 2.8MiB allocated; 0ms collecting garbage
Alt Table
Click to see full alt table
StatusAccuracyProgram
28.7%
(*.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)))))))
57.3%
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
Compiler

Compiled 37 to 31 computations (16.2% saved)

simplify170.0ms (1.9%)

Memory
-8.1MiB live, 145.6MiB allocated; 23ms collecting garbage
Localize:

Found 8 expressions of interest:

NewMetricScoreProgram
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))
cost-diff4
(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
(fabs.f64 r)
cost-diff0
(+.f64 (fabs.f64 r) (fabs.f64 p))
cost-diff0
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)))
cost-diff0
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
026148
049133
192133
2207133
3516133
41111133
53555133
67084133
08034132
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
r
(fabs.f64 p)
p
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))
(*.f64 q #s(literal -2 binary64))
q
#s(literal -2 binary64)
(-.f64 r p)
#s(literal 1/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 #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 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 r)
r
(fabs.f64 p)
p
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))
(*.f64 #s(literal -2 binary64) q)
q
#s(literal -2 binary64)
(-.f64 r p)
#s(literal 1/2 binary64)
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) #s(literal 1/2 binary64))
#s(literal 1/2 binary64)
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))
(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 (*.f64 q q) #s(literal 4 binary64))
#s(literal 4 binary64)
(*.f64 q q)
q

localize131.0ms (1.4%)

Memory
27.2MiB live, 257.6MiB allocated; 28ms collecting garbage
Localize:

Found 8 expressions of interest:

NewMetricScoreProgram
accuracy0.00390625
(*.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)))))))
accuracy0.01953125
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
accuracy27.553143862448145
(-.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))))))
accuracy33.35122577173637
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
accuracy0.0
(fabs.f64 p)
accuracy0.00390625
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))
accuracy0.00390625
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
accuracy27.553143862448145
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)))
Samples
49.0ms72×2valid
44.0ms87×1valid
16.0ms97×0valid
Compiler

Compiled 181 to 28 computations (84.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 83.0ms
adjust: 24.0ms (28.9% of total)
ival-hypot: 10.0ms (12.1% of total)
ival-mult: 9.0ms (10.8% of total)
ival-add: 9.0ms (10.8% of total)
ival-sub: 8.0ms (9.6% of total)
ival-fabs: 8.0ms (9.6% of total)
ival-pow2: 7.0ms (8.4% of total)
ival-sqrt: 6.0ms (7.2% of total)
ival-div: 1.0ms (1.2% of total)
exact: 1.0ms (1.2% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series53.0ms (0.6%)

Memory
6.0MiB live, 52.0MiB allocated; 5ms collecting garbage
Counts
12 → 249
Calls
Call 1
Inputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)))
(+.f64 (fabs.f64 r) (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))
(+.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)))))))
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))
(fabs.f64 p)
(-.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))))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (pow r 2)))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow p 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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)))))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (pow p 2)))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow r 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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)))))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- p r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* 2 (/ (pow q 2) (- p r)))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ 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)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow (- p r) 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow (- p r) 2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ 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)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* 4 (pow q 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -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))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -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)))))
Calls

9 calls:

TimeVariablePointExpression
27.0ms
p
@0
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 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)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2))
4.0ms
q
@0
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 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)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2))
4.0ms
q
@inf
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 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)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2))
3.0ms
r
@0
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 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)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2))
2.0ms
p
@inf
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 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)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2))

simplify216.0ms (2.4%)

Memory
-1.6MiB live, 223.3MiB allocated; 36ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0102010293
1282410005
086458350
Stop Event
iter limit
node limit
Counts
249 → 249
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (pow r 2)))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow p 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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)))))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (pow p 2)))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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))))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ (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))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2))))
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow r 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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)))))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r))))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- p r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* 2 (/ (pow q 2) (- p r)))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ 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)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow (- p r) 2)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow (- p r) 2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole 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)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ 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)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* 4 (pow q 2))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -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))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -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)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -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)))))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 p) (fabs.f64 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 p r) (-.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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 (*.f64 q q) #s(literal 4 binary64))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 p r) (-.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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (fabs p) (fabs.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (pow (- p r) 2) (*.f64 r r))
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 #s(literal -2 binary64) p r) r))
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) #s(literal 1/2 binary64))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1 binary64) (/.f64 r p))) p))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 p p))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 p p)) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) #s(literal 1/2 binary64))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1 binary64) (/.f64 r p))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p))
#s(approx (pow (- p r) 2) (*.f64 p p))
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 r p) (/.f64 r p) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) r) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.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)) (*.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) r) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (pow (- p r) 2) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) r (/.f64 (*.f64 r r) (neg.f64 p))) p)) (*.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (fabs r) (fabs.f64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 p r) (-.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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 p r) #s(literal -2 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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 p r) (-.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 (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (pow (- p r) 2) (fma.f64 (*.f64 #s(literal -2 binary64) p) r (*.f64 p p)))
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)) #s(literal 1/2 binary64))) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 #s(literal -1 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 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)))) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1 binary64) (/.f64 p r))) r))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 r r))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (*.f64 r r)) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)) #s(literal 1/2 binary64))) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 #s(literal -1 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 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1 binary64) (/.f64 p r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)))) r))
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 p r) (/.f64 p r) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) p) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) r))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.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)) (*.f64 r r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) r))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) p) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (pow (- p r) 2) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (*.f64 p p) (neg.f64 r))) r)) (*.f64 r r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 p r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 p r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) (-.f64 p r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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) (-.f64 p r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (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) (-.f64 p r)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 r p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal 2 binary64) (-.f64 r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (-.f64 r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (-.f64 r p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 r p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (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) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 r p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q 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 (fabs.f64 p) (fabs.f64 r))) (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) q))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -4 binary64)) (*.f64 q q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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/128 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q)))) #s(literal 1 binary64)) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #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 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) q)) (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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.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)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #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)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.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)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #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)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #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 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.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)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))

rewrite108.0ms (1.2%)

Memory
-19.4MiB live, 176.5MiB allocated; 16ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
026111
04996
120994
0172394
Stop Event
iter limit
iter limit
node limit
iter limit
Counts
12 → 504
Calls
Call 1
Inputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)))
(+.f64 (fabs.f64 r) (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))
(+.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)))))))
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))
(fabs.f64 p)
(-.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))))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
Outputs
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 p))
(+.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 r))
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (neg.f64 (*.f64 (+.f64 p r) (-.f64 r p))) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))))
(/.f64 (neg.f64 (*.f64 (+.f64 p r) (-.f64 p r))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))))
(/.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(/.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 (fabs.f64 p) (fabs.f64 r)))
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p)))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (fabs.f64 r))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (fabs.f64 p))
(-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))
(+.f64 (/.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r)))))
(+.f64 (/.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) (/.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(*.f64 (sqrt.f64 r) (sqrt.f64 r))
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 r r))
(fabs.f64 (neg.f64 (neg.f64 r)))
(fabs.f64 (neg.f64 r))
(fabs.f64 r)
(*.f64 (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) 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 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(sqrt.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 r p)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 p r))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 r p))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 p r)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 r p)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 p r))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 r p))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 r p))
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 r p)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 r p)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 p r))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 r p))
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 p r) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 p r) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (-.f64 p r) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (-.f64 p r) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (-.f64 p r) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 r p) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 r p) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (-.f64 r p) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (-.f64 r p) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p))
(exp.f64 (*.f64 (log.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)))
#s(literal 1/2 binary64)
(*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (neg.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(*.f64 (fabs.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(*.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))
(pow.f64 (*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64))
(pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1 binary64))
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 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 p r) #s(literal 6 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)))) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) 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 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))
(fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) #s(literal -2 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (*.f64 #s(literal 2 binary64) q)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q) #s(literal -2 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q) #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (neg.f64 (-.f64 r p)) (neg.f64 (-.f64 r p)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(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 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) q) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) q) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(fma.f64 q (*.f64 #s(literal 4 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(fma.f64 q (*.f64 #s(literal 4 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(sqrt.f64 (*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 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 (pow.f64 (*.f64 #s(literal -2 binary64) 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 (pow.f64 (*.f64 #s(literal -2 binary64) 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 4 binary64)) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (-.f64 r p))))
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (-.f64 p r))))
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (-.f64 p r)) (-.f64 p r)))
(-.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 (neg.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q)) #s(literal -2 binary64)))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (*.f64 #s(literal 2 binary64) q)))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 q q)) #s(literal 4 binary64)))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 q) (*.f64 #s(literal 4 binary64) q)))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal -2 binary64) q)))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal 2 binary64) q)))
(-.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 6 binary64)) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p)))
(+.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 (*.f64 q q) #s(literal 4 binary64)))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)))
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(*.f64 (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) 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 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))))
(sqrt.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 r p)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 p r))
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 r p))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r)))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r))
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r)))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r))
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 p r)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 r p)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 p r))
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 r p))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 r p))
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 r p)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (neg.f64 (-.f64 r p)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 p r))
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 r p))
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (fabs.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 p r) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 p r) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (-.f64 p r) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (-.f64 p r) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (-.f64 p r) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 #s(literal 2 binary64) q)))
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 r p) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))))
(hypot.f64 (-.f64 r p) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)))
(hypot.f64 (-.f64 r p) (*.f64 #s(literal 2 binary64) q))
(hypot.f64 (-.f64 r p) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (exp.f64 (log.f64 (-.f64 p r))))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 r p)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (-.f64 p r)))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p))
(exp.f64 (*.f64 (log.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 p) (sqrt.f64 p))
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 p p))
(fabs.f64 (neg.f64 (neg.f64 p)))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))))
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 p))
(+.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 r))
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))
(*.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)))
(*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (neg.f64 (-.f64 r p))))
(*.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (fabs.f64 (-.f64 p r))))
(*.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (fabs.f64 (-.f64 p r))))
(*.f64 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r))))
(*.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)))
(*.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (-.f64 r p))
(*.f64 (neg.f64 (-.f64 r p)) (neg.f64 (-.f64 r p)))
(*.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (-.f64 p r)))
(*.f64 (-.f64 p r) (-.f64 p r))
(*.f64 (-.f64 r p) (-.f64 r p))
(pow.f64 (exp.f64 (log.f64 (-.f64 p r))) #s(literal 2 binary64))
(pow.f64 (neg.f64 (-.f64 r p)) #s(literal 2 binary64))
(pow.f64 (fabs.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))
(pow.f64 (-.f64 r p) #s(literal 2 binary64))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 p r)) (+.f64 p r))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (fma.f64 p p (*.f64 r (+.f64 p r))))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 r p)) (+.f64 p r))
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 r p)) (fma.f64 p (+.f64 p r) (*.f64 r r)))
(/.f64 (*.f64 (-.f64 p r) (*.f64 (+.f64 p r) (-.f64 p r))) (+.f64 p r))
(/.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (*.f64 r (+.f64 p r))))
(/.f64 (*.f64 (-.f64 r p) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r))
(/.f64 (*.f64 (-.f64 r p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (+.f64 p r) (fma.f64 p p (*.f64 r (+.f64 p r)))))
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (+.f64 p r) (-.f64 p r))) (*.f64 (fma.f64 p p (*.f64 r (+.f64 p r))) (+.f64 p r)))
(/.f64 (*.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 (fma.f64 p p (*.f64 r (+.f64 p r))) (fma.f64 p p (*.f64 r (+.f64 p r)))))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (*.f64 (+.f64 p r) (fma.f64 p (+.f64 p r) (*.f64 r r))))
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (*.f64 (+.f64 p r) (-.f64 r p))) (*.f64 (fma.f64 p (+.f64 p r) (*.f64 r r)) (+.f64 p r)))
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (*.f64 (fma.f64 p (+.f64 p r) (*.f64 r r)) (fma.f64 p (+.f64 p r) (*.f64 r r))))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (*.f64 (+.f64 p r) (-.f64 r p))) (*.f64 (+.f64 p r) (+.f64 p r)))
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (*.f64 (+.f64 p r) (-.f64 p r))) (*.f64 (+.f64 p r) (+.f64 p r)))
(neg.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 (-.f64 r p)) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64)))
(+.f64 (cosh.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64))))

eval108.0ms (1.2%)

Memory
1.1MiB live, 192.4MiB allocated; 34ms collecting garbage
Compiler

Compiled 15 775 to 2 263 computations (85.7% saved)

prune20.0ms (0.2%)

Memory
20.3MiB live, 73.1MiB allocated; 5ms collecting garbage
Pruning

14 alts after pruning (14 fresh and 0 done)

PrunedKeptTotal
New48614500
Fresh000
Picked202
Done000
Total48814502
Accuracy
95.7%
Counts
502 → 14
Alt Table
Click to see full alt table
StatusAccuracyProgram
26.7%
(*.f64 (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) #s(literal 1/2 binary64))
23.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
38.2%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
46.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
41.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
22.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
2.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
5.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
56.5%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))))
60.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
5.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
39.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
3.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Compiler

Compiled 910 to 602 computations (33.8% saved)

simplify126.0ms (1.4%)

Memory
9.1MiB live, 147.3MiB allocated; 8ms collecting garbage
Localize:

Found 15 expressions of interest:

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

Useful iterations: 0 (0.0ms)

IterNodesCost
045441
068427
1132423
2338423
31039423
42973423
08417370
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))
(+.f64 p (fabs.f64 p))
p
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
(*.f64 (neg.f64 q) q)
(neg.f64 q)
q
(-.f64 r p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
q
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(literal -1/2 binary64) r)
#s(literal -1/2 binary64)
r
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))
(+.f64 p (fabs.f64 p))
p
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)))
(/.f64 #s(literal -2 binary64) r)
#s(literal -2 binary64)
r
(/.f64 (*.f64 q q) r)
(*.f64 q q)
q
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))
(/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r)
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))
(+.f64 p (fabs.f64 r))
p
(fabs.f64 r)
(fabs.f64 p)
#s(literal 1 binary64)
#s(literal 1/2 binary64)
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) (*.f64 (/.f64 q (-.f64 r p)) q))))
(neg.f64 (fma.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) (*.f64 (/.f64 q (-.f64 r p)) q)))
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))
(+.f64 (fabs.f64 p) p)
p
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))
(*.f64 (neg.f64 q) q)
(neg.f64 q)
q
(-.f64 r p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
q
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(literal -1/2 binary64) r)
#s(literal -1/2 binary64)
r
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))))
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))
(+.f64 (fabs.f64 p) p)
p
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
r
#s(literal 1/2 binary64)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))
(fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))
(-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 q r) #s(literal -2 binary64)) q (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))) r) #s(literal 1 binary64))
(/.f64 #s(literal -2 binary64) r)
#s(literal -2 binary64)
r
(/.f64 (*.f64 q q) r)
(*.f64 q q)
q
(-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64))
(/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r)
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
(+.f64 (fabs.f64 r) p)
p
(fabs.f64 r)
(fabs.f64 p)
#s(literal 1 binary64)
#s(literal 1/2 binary64)

localize229.0ms (2.5%)

Memory
-21.7MiB live, 310.6MiB allocated; 25ms collecting garbage
Localize:

Found 15 expressions of interest:

NewMetricScoreProgram
accuracy7.35095435534833
(/.f64 (*.f64 q q) r)
accuracy10.74207799928772
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))
accuracy29.134050888476835
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))
accuracy33.923722979288776
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
accuracy0.0
(fabs.f64 r)
accuracy0.0
(fabs.f64 p)
accuracy0.00390625
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
accuracy37.48259872072878
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))
accuracy0.0
(*.f64 #s(literal -1/2 binary64) r)
accuracy60.419198419290005
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
accuracy62.00193433887856
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
accuracy0.0
(fabs.f64 p)
accuracy0.00390625
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))
accuracy7.12361493694258
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
accuracy22.004040146235614
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
Samples
106.0ms165×1valid
59.0ms89×2valid
0.0ms0valid
Compiler

Compiled 354 to 36 computations (89.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 126.0ms
ival-sub: 31.0ms (24.7% of total)
adjust: 28.0ms (22.3% of total)
ival-mult: 25.0ms (19.9% of total)
ival-add: 13.0ms (10.4% of total)
ival-div: 12.0ms (9.6% of total)
ival-hypot: 12.0ms (9.6% of total)
ival-fabs: 3.0ms (2.4% of total)
exact: 1.0ms (0.8% of total)
ival-neg: 1.0ms (0.8% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series50.0ms (0.6%)

Memory
28.8MiB live, 73.3MiB allocated; 7ms collecting garbage
Counts
19 → 178
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))
(+.f64 p (fabs.f64 p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(literal -1/2 binary64) r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
(fabs.f64 p)
(fabs.f64 r)
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))
(/.f64 (*.f64 q q) r)
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (+ p (fabs p)) #s(hole binary64 (fabs p)))
#s(approx (+ p (fabs p)) #s(hole binary64 (+ p (fabs p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 p))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (+ p (fabs p)) #s(hole binary64 p))
#s(approx (+ p (fabs p)) #s(hole binary64 (* p (+ 1 (/ (fabs p) p)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ p r)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (* p (pow r 2)))) (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))) (/ 1 p)))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 p))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 p))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ p r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (+ p (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (fabs p) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) p)) (/ 1 r))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -2 (/ (pow q 2) (pow r 2)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) (pow r 2))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) (pow r 2))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -2 (/ (pow q 2) r))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r)))
#s(approx (/ (* q q) r) #s(hole binary64 (/ (pow q 2) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 r)))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 -1))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 -1))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (* -1 (/ (+ (* -1 (+ p (+ (fabs p) (fabs r)))) (* 2 (/ (pow q 2) r))) r)) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r)))))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* (pow q 2) (- (+ (/ p (* (pow q 2) r)) (+ (/ (fabs p) (* (pow q 2) r)) (/ (fabs r) (* (pow q 2) r)))) (+ (* 2 (/ 1 (pow r 2))) (/ 1 (pow q 2)))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
Calls

9 calls:

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

simplify228.0ms (2.5%)

Memory
-19.7MiB live, 230.5MiB allocated; 82ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
09106956
125166681
086586049
Stop Event
iter limit
node limit
Counts
178 → 178
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (+ p (fabs p)) #s(hole binary64 (fabs p)))
#s(approx (+ p (fabs p)) #s(hole binary64 (+ p (fabs p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 p))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (+ p (fabs p)) #s(hole binary64 p))
#s(approx (+ p (fabs p)) #s(hole binary64 (* p (+ 1 (/ (fabs p) p)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ p r)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (* p (pow r 2)))) (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))) (/ 1 p)))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 p))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 p))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ p r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (+ p (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (fabs p) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) p)) (/ 1 r))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -2 (/ (pow q 2) (pow r 2)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) (pow r 2))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) (pow r 2))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -2 (/ (pow q 2) r))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r)))
#s(approx (/ (* q q) r) #s(hole binary64 (/ (pow q 2) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 r)))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 -1))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 -1))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (* -1 (/ (+ (* -1 (+ p (+ (fabs p) (fabs r)))) (* 2 (/ (pow q 2) r))) r)) 1)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r)))))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))))
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* (pow q 2) (- (+ (/ p (* (pow q 2) r)) (+ (/ (fabs p) (* (pow q 2) r)) (/ (fabs r) (* (pow q 2) r)))) (+ (* 2 (/ 1 (pow r 2))) (/ 1 (pow q 2)))))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 (*.f64 r 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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) r)) (*.f64 (*.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 p r)) (-.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/4 binary64) p))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (neg.f64 p) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r)))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (+ p (fabs p)) (fabs.f64 p))
#s(approx (+ p (fabs p)) (+.f64 (fabs.f64 p) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (neg.f64 r))) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r)) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) r))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) r p))
#s(approx (/ (* (neg q) q) (- r p)) (*.f64 (neg.f64 q) (/.f64 q r)))
#s(approx (/ (* (neg q) q) (- r p)) (neg.f64 (fma.f64 q (/.f64 q r) (*.f64 (/.f64 p r) (/.f64 (*.f64 q q) r)))))
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (*.f64 (neg.f64 q) (/.f64 q r))))
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 p) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))) p (*.f64 (neg.f64 q) (/.f64 q r))))
#s(approx (fabs p) (fabs.f64 p))
#s(approx (+ (+ p (fabs r)) (fabs p)) (+.f64 (fabs.f64 p) (fabs.f64 r)))
#s(approx (+ (+ p (fabs r)) (fabs p)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (neg.f64 q) p) (/.f64 q p)) #s(literal 1/2 binary64))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) p))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p)) p))
#s(approx (+ p (fabs p)) p)
#s(approx (+ p (fabs p)) (fma.f64 (/.f64 (fabs.f64 p) p) p p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 p r))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (*.f64 r r)) (/.f64 (*.f64 q q) p) (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) r))) (/.f64 #s(literal 1 binary64) p)) p))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) p)
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (*.f64 p r) (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) p) p))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p))
#s(approx (+ (+ p (fabs r)) (fabs p)) p)
#s(approx (+ (+ p (fabs r)) (fabs p)) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) p p))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 p r))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (*.f64 (-.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 #s(literal 1 binary64) p)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (+ p (fabs p)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fabs.f64 p) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) (neg.f64 p)) (/.f64 #s(literal 1 binary64) r))))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (neg.f64 p) (-.f64 (*.f64 (neg.f64 r) (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) p)) #s(literal 1 binary64))))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p)))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 r q) q (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) p)) p))) (neg.f64 p)))
#s(approx (+ (+ p (fabs r)) (fabs p)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)) (neg.f64 p)) (/.f64 #s(literal 1 binary64) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 (*.f64 p 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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.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 p r)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 #s(literal -1/4 binary64) r))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (* -1/2 r) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (neg.f64 p))) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r)) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) (*.f64 r r)))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) (*.f64 r r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) r))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) r))
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 r p) (/.f64 (*.f64 q q) p)))
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p)))
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p)))
#s(approx (fabs r) (fabs.f64 r))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r))
#s(approx (/ (* q q) r) (/.f64 (*.f64 q q) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.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))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64))) r))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(literal -1 binary64))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 r))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64)) r))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r)))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (*.f64 (/.f64 q r) (/.f64 q r)) (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))))) r))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r))
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(literal -1 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.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))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.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 (neg.f64 q) (/.f64 q r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.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))))
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (/.f64 q r) (*.f64 #s(literal 2 binary64) q) (neg.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) (neg.f64 r)) #s(literal 1 binary64)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) r)))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r)))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) (/.f64 q r) (*.f64 (*.f64 (*.f64 q q) p) p)) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 p r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))
#s(approx (/ (* (neg q) q) (- r p)) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q))
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) (*.f64 (*.f64 q q) r)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (*.f64 r r)))) (*.f64 q q)))
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) q) (/.f64 r q) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))

rewrite152.0ms (1.7%)

Memory
8.7MiB live, 196.9MiB allocated; 23ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
045368
068340
1281336
22610294
08709255
Stop Event
iter limit
node limit
iter limit
Counts
19 → 224
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))
(+.f64 p (fabs.f64 p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(literal -1/2 binary64) r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
(fabs.f64 p)
(fabs.f64 r)
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))
(/.f64 (*.f64 q q) r)
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (-.f64 r p))))
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p)))))))
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))))))
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p)))))
(/.f64 (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))))) (neg.f64 (+.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p)))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))))
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (+.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p))))))
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))))
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p)))) (fabs.f64 (+.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (fabs.f64 (fma.f64 p (+.f64 p r) (*.f64 r r))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (fabs.f64 (/.f64 q (-.f64 r p))) q (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (-.f64 r p)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 p p) r) r) (/.f64 (*.f64 q q) (-.f64 r p)))
(fma.f64 q (fabs.f64 (/.f64 q (-.f64 r p))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 q (fabs.f64 (/.f64 (neg.f64 q) (-.f64 r p))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(fma.f64 q (/.f64 (neg.f64 q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))) (/.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))))
(-.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (*.f64 q (/.f64 q (-.f64 r p))))
(-.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (neg.f64 q)) (/.f64 q (-.f64 r p))))
(-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (neg.f64 (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (+.f64 p p) r) r)))
(+.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))) (/.f64 (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))))
(+.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p)))
(+.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (+.f64 (+.f64 (+.f64 p p) r) r)))
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))) (neg.f64 (-.f64 (-.f64 r r) (+.f64 p p))))
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (-.f64 (+.f64 p r) r))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 (+.f64 p p) r) r)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)) (*.f64 p (-.f64 (+.f64 p r) r))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 (+.f64 p p) (-.f64 r r)))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (-.f64 p p) (*.f64 (+.f64 r r) (*.f64 p (-.f64 p p))))) (neg.f64 (*.f64 (+.f64 r r) (-.f64 p p))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))))) (neg.f64 (*.f64 (+.f64 r r) (fma.f64 p (-.f64 p p) (*.f64 p p)))))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p p) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 p (-.f64 p p))))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (-.f64 p p))))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 p (-.f64 p p)) (+.f64 r r) (*.f64 (-.f64 p p) (*.f64 (+.f64 r r) (-.f64 r r))))) (neg.f64 (*.f64 (-.f64 p p) (+.f64 r r))))
(/.f64 (neg.f64 (fma.f64 (*.f64 p (-.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (-.f64 p p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) (neg.f64 (*.f64 (-.f64 p p) (fma.f64 r (+.f64 r r) (*.f64 r r)))))
(/.f64 (neg.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 r r) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (-.f64 r r))))) (neg.f64 (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (+.f64 r r))))
(/.f64 (neg.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 p (-.f64 p p) (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) (neg.f64 (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)))))
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 (+.f64 p p) r) r))
(/.f64 (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))) (-.f64 (-.f64 r r) (+.f64 p p)))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64))) (-.f64 p (-.f64 (+.f64 p r) r)))
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 (+.f64 p p) r) r))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)) (*.f64 p (-.f64 (+.f64 p r) r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64)))) (neg.f64 (-.f64 (+.f64 p p) (-.f64 r r))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 (-.f64 r r) (+.f64 p p))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))))
(/.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (-.f64 p p) (*.f64 (+.f64 r r) (*.f64 p (-.f64 p p)))) (*.f64 (+.f64 r r) (-.f64 p p)))
(/.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (*.f64 (+.f64 r r) (fma.f64 p (-.f64 p p) (*.f64 p p))))
(/.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p p) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 p (-.f64 p p)))) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (-.f64 p p)))
(/.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p))))
(/.f64 (fma.f64 (*.f64 p (-.f64 p p)) (+.f64 r r) (*.f64 (-.f64 p p) (*.f64 (+.f64 r r) (-.f64 r r)))) (*.f64 (-.f64 p p) (+.f64 r r)))
(/.f64 (fma.f64 (*.f64 p (-.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (-.f64 p p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (-.f64 p 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 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (-.f64 r r)))) (*.f64 (fma.f64 p (-.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 p (-.f64 p p) (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r))))
(/.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64))) (-.f64 (+.f64 p p) (-.f64 r r)))
(/.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 (-.f64 r r) (+.f64 p p)))))
(/.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))))
(-.f64 (/.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (+.f64 p p) (-.f64 r r))) (/.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (+.f64 p p) (-.f64 r r))))
(-.f64 (+.f64 (+.f64 p p) r) r)
(-.f64 r (-.f64 r (+.f64 p p)))
(+.f64 (/.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))))
(+.f64 (-.f64 (+.f64 p r) r) p)
(+.f64 (-.f64 r r) (+.f64 p p))
(+.f64 (+.f64 p p) (-.f64 r r))
(+.f64 p (-.f64 (+.f64 p r) r))
(/.f64 (neg.f64 (neg.f64 (*.f64 p (-.f64 p p)))) (neg.f64 (neg.f64 (-.f64 p p))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)))))
(/.f64 (neg.f64 (*.f64 p (-.f64 p p))) (neg.f64 (-.f64 p p)))
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p p) (*.f64 p p))))
(/.f64 (*.f64 p (-.f64 p p)) (-.f64 p p))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p)))
(-.f64 (/.f64 (*.f64 p p) (-.f64 p p)) (/.f64 (*.f64 p p) (-.f64 p p)))
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p p) (*.f64 p p))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p p) (*.f64 p p))))
(+.f64 p p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(literal -1/2 binary64) r)
(*.f64 r #s(literal -1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))))) (neg.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 r (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 (*.f64 r r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 (*.f64 r r) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))) (neg.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) r)))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) q)))) (neg.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r r))))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) r (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))) (neg.f64 (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) r)))
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 #s(literal 2 binary64) q) q)))) (neg.f64 (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r r))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)))) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) (*.f64 r r)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 r (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 r r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 r r) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) r))
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) q))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r r)))
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) r (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) r))
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 #s(literal 2 binary64) q) q))) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) (*.f64 r r))))
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))
(fma.f64 (fabs.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q)) (fabs.f64 (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) r)) (fabs.f64 (/.f64 #s(literal -2 binary64) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 (fabs.f64 (/.f64 #s(literal -2 binary64) r)) (fabs.f64 (/.f64 (*.f64 q q) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 #s(literal 2 binary64) (fabs.f64 (/.f64 (/.f64 (*.f64 q q) r) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 (/.f64 (*.f64 q q) r) (/.f64 #s(literal -2 binary64) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 #s(literal -2 binary64) (/.f64 (/.f64 (*.f64 q q) r) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 q (fabs.f64 (*.f64 (/.f64 q r) (/.f64 #s(literal -2 binary64) r))) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(fma.f64 q (*.f64 (/.f64 q r) (/.f64 #s(literal -2 binary64) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) (/.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))
(-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal -2 binary64) r)) (/.f64 (*.f64 q q) r)))
(-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))
(-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))))
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) (/.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))
(+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal -1 binary64))
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))
(+.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r))
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r)
(*.f64 r (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) r)) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) r)) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))
(/.f64 (neg.f64 (*.f64 r (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 r (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) r) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (*.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) r) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))
(/.f64 (*.f64 r (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))
(/.f64 (*.f64 r (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r))
(fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r))
(fma.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))))
(fma.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))))
(+.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r))
(+.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r))
(+.f64 (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))))
(+.f64 (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))))
(*.f64 (fabs.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p)))) (fabs.f64 (+.f64 p r)))
(*.f64 (fabs.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (fabs.f64 (fma.f64 p (+.f64 p r) (*.f64 r r))))
(*.f64 (fabs.f64 (/.f64 q (-.f64 r p))) q)
(*.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r))
(*.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)))
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(*.f64 q (fabs.f64 (/.f64 q (-.f64 r p))))
(*.f64 q (fabs.f64 (/.f64 (neg.f64 q) (-.f64 r p))))
(*.f64 q (/.f64 (neg.f64 q) (-.f64 r p)))
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (neg.f64 (-.f64 r p)))))
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (-.f64 r p))))
(/.f64 (*.f64 q q) (neg.f64 (-.f64 r p)))
(/.f64 (*.f64 q q) (-.f64 r p))
(neg.f64 (*.f64 q (/.f64 q (-.f64 r p))))
(neg.f64 (/.f64 (*.f64 q q) (-.f64 r p)))
(sqrt.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))))
(fabs.f64 (*.f64 q (/.f64 q (-.f64 r p))))
(fabs.f64 (/.f64 (*.f64 q q) (-.f64 r p)))
p
r
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (-.f64 (+.f64 p p) r)))
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (+.f64 p r))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 p p) r)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p)))) (neg.f64 (neg.f64 (-.f64 (+.f64 p r) p))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 r r)) (-.f64 (+.f64 p p) r))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64))) (-.f64 p (+.f64 p r)))
(/.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 p p) r))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (-.f64 (+.f64 p r) p)))
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (+.f64 p r) p))
(/.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r)))))
(/.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64))))
(-.f64 (/.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 p r) p)) (/.f64 (*.f64 p p) (-.f64 (+.f64 p r) p)))
(+.f64 (/.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))))
(+.f64 (+.f64 p p) r)
(+.f64 p (+.f64 p r))
(+.f64 (+.f64 p r) p)
(+.f64 r (+.f64 p p))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))
(fma.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64) #s(literal -1 binary64))
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) #s(literal -1 binary64)))
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))) (pow.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) #s(literal -1 binary64)))
(-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))
(+.f64 (/.f64 (+.f64 p r) r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))
(+.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))
(*.f64 (/.f64 q r) q)
(*.f64 (neg.f64 q) (/.f64 (neg.f64 q) r))
(*.f64 (neg.f64 q) (/.f64 q (neg.f64 r)))
(*.f64 q (/.f64 q r))
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (neg.f64 r))))
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 r)))
(/.f64 (*.f64 q q) (neg.f64 r))
(/.f64 (*.f64 q q) r)
(neg.f64 (/.f64 (*.f64 q q) r))

eval63.0ms (0.7%)

Memory
14.4MiB live, 151.1MiB allocated; 10ms collecting garbage
Compiler

Compiled 26 771 to 2 290 computations (91.4% saved)

prune28.0ms (0.3%)

Memory
-28.6MiB live, 69.0MiB allocated; 11ms collecting garbage
Pruning

22 alts after pruning (19 fresh and 3 done)

PrunedKeptTotal
New45813471
Fresh369
Picked235
Done000
Total46322485
Accuracy
99.9%
Counts
485 → 22
Alt Table
Click to see full alt table
StatusAccuracyProgram
23.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
38.2%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
12.7%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
46.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
14.2%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
41.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
30.1%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
26.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
9.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
5.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
27.6%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
2.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
55.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
21.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
46.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))))
11.2%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
12.5%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
5.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
39.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
42.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
3.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Compiler

Compiled 1 588 to 988 computations (37.8% saved)

simplify116.0ms (1.3%)

Memory
1.1MiB live, 193.6MiB allocated; 29ms collecting garbage
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(+.f64 (fabs.f64 p) (fabs.f64 r))
cost-diff0
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
cost-diff2
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff0
(neg.f64 q)
cost-diff0
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
cost-diff0
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
cost-diff1
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
cost-diff0
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p)))
cost-diff0
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
cost-diff2
(-.f64 r r)
cost-diff2
(+.f64 (-.f64 r r) (+.f64 p p))
cost-diff0
(neg.f64 q)
cost-diff0
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
cost-diff0
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))
cost-diff0
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
cost-diff0
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
cost-diff1
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
051412
074384
1142380
2310380
3951380
42887372
08316316
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))
(fabs.f64 r)
r
(-.f64 r (+.f64 (fabs.f64 p) p))
(+.f64 (fabs.f64 p) p)
(fabs.f64 p)
p
#s(literal 1/2 binary64)
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
(neg.f64 q)
q
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p)))
(+.f64 (-.f64 r r) (+.f64 p p))
(-.f64 r r)
r
(+.f64 p p)
p
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
r
p
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
(*.f64 #s(literal 2 binary64) q)
q
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q)))
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q))
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))
(fabs.f64 r)
r
(-.f64 r (+.f64 (fabs.f64 p) p))
(+.f64 (fabs.f64 p) p)
(fabs.f64 p)
p
#s(literal 1/2 binary64)
(*.f64 (/.f64 q (-.f64 p r)) q)
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
(neg.f64 q)
q
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p))
(*.f64 #s(literal 2 binary64) p)
#s(literal 0 binary64)
r
(*.f64 #s(literal 2 binary64) p)
p
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 p r)) q)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 p r)) q))
(*.f64 (/.f64 q (-.f64 p r)) q)
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
r
p
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
(*.f64 #s(literal 2 binary64) q)
q

localize154.0ms (1.7%)

Memory
-6.5MiB live, 329.2MiB allocated; 17ms collecting garbage
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy0.0
(fabs.f64 p)
accuracy0.00390625
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
accuracy27.553143862448145
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
accuracy38.99925442760333
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
accuracy0.01171875
(/.f64 q (-.f64 r p))
accuracy0.109375
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
accuracy14.700061735036192
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
accuracy22.004040146235614
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
accuracy0.0
(+.f64 (-.f64 r r) (+.f64 p p))
accuracy0.0
(+.f64 p p)
accuracy0.00390625
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
accuracy54.909558021191614
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p)))
accuracy0.0
(neg.f64 q)
accuracy38.97349656698284
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
accuracy0.01171875
(/.f64 q (-.f64 r p))
accuracy0.109375
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
accuracy14.511891678343181
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))
accuracy22.004040146235614
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
Samples
55.0ms76×2valid
51.0ms105×1valid
17.0ms75×0valid
Compiler

Compiled 329 to 40 computations (87.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 91.0ms
adjust: 21.0ms (23.2% of total)
ival-mult: 17.0ms (18.7% of total)
ival-hypot: 15.0ms (16.5% of total)
ival-add: 14.0ms (15.4% of total)
ival-sub: 13.0ms (14.3% of total)
ival-div: 7.0ms (7.7% of total)
ival-fabs: 3.0ms (3.3% of total)
ival-neg: 1.0ms (1.1% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

series26.0ms (0.3%)

Memory
16.0MiB live, 62.8MiB allocated; 3ms collecting garbage
Counts
20 → 290
Calls
Call 1
Inputs
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
(neg.f64 q)
(+.f64 (-.f64 r r) (+.f64 p p))
(-.f64 r r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(/.f64 q (-.f64 r p))
(+.f64 p p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 p)
Outputs
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (+ (- r r) (+ p p)) #s(hole binary64 (* 2 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r)))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2)))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (+ p p) #s(hole binary64 (* 2 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole 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)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (- r r) #s(hole binary64 0))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))))
Calls

9 calls:

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

simplify163.0ms (1.8%)

Memory
17.7MiB live, 293.3MiB allocated; 18ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0116011961
1322111871
0814710416
Stop Event
iter limit
node limit
Counts
290 → 290
Calls
Call 1
Inputs
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (+ (- r r) (+ p p)) #s(hole binary64 (* 2 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r)))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2)))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (+ p p) #s(hole binary64 (* 2 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole 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)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (- r r) #s(hole binary64 0))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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))))))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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)))))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (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))))))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole 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)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))))
Outputs
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))
#s(approx (* (neg q) (/ q (- r p))) (neg.f64 (fma.f64 (/.f64 p r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 q q) r))))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -1 binary64) (fma.f64 (+.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -1 binary64) (fma.f64 (+.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r)))
#s(approx (/ q (- r p)) (/.f64 q r))
#s(approx (/ q (- r p)) (fma.f64 (/.f64 p r) (/.f64 q r) (/.f64 q r)))
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 q (*.f64 r r)))) p (/.f64 q r)))
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 q (pow.f64 r #s(literal 3 binary64))))) p (*.f64 #s(literal 1 binary64) (/.f64 q (*.f64 r r)))) p (/.f64 q r)))
#s(approx (+ p p) (*.f64 #s(literal 2 binary64) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))
#s(approx (fabs p) (fabs.f64 p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (/.f64 r p) (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (*.f64 q q))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (/.f64 q p) (/.f64 q p))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) p)
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) 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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (/.f64 q p) (/.f64 q p))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) 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))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 r r) p) (/.f64 q p) q)) (*.f64 q (/.f64 r p))) p))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 q (pow.f64 (/.f64 r p) #s(literal 3 binary64)) q)) (*.f64 q (fma.f64 (/.f64 r p) (/.f64 r p) (/.f64 r p)))) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 q q) r (/.f64 (neg.f64 (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) (neg.f64 p))) p))) (neg.f64 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r 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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 (/.f64 (fma.f64 (neg.f64 q) (/.f64 (*.f64 r r) p) (*.f64 (neg.f64 r) q)) p) #s(literal -1 binary64) q) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (fma.f64 q (/.f64 (pow.f64 r #s(literal 3 binary64)) p) (*.f64 (*.f64 r r) q)) (neg.f64 p)) (*.f64 r q)) (neg.f64 p)) q) (neg.f64 p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r 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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) r) p) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (/.f64 r p) (/.f64 (*.f64 q q) p) (/.f64 (*.f64 q q) p)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (/.f64 (*.f64 q q) p))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))))
#s(approx (- r r) #s(literal 0 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (/ q (- r p)) (neg.f64 (fma.f64 q (/.f64 r (*.f64 p p)) (/.f64 q p))))
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p)))
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 4 binary64)))) (/.f64 q (pow.f64 p #s(literal 3 binary64)))) r) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (*.f64 q q)))) r))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64))) r))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) 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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64))) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) #s(literal 1/2 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) 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))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 p (/.f64 q r) q) r))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (*.f64 p p) (/.f64 q (*.f64 r r)) q) (*.f64 (neg.f64 p) (/.f64 q r))) r))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 q (pow.f64 r #s(literal 3 binary64))) q) (neg.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (*.f64 p (/.f64 q r))))) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 p p) (/.f64 (*.f64 (neg.f64 q) q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (-.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) r)) (*.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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 p (/.f64 (*.f64 q q) r) (*.f64 q q)) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))) r) (fabs.f64 r)) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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 p (/.f64 (*.f64 q q) r) (*.f64 q q)) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))) r) (fabs.f64 r)) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (fma.f64 p (/.f64 q r) q)) (neg.f64 r)))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 p q (/.f64 (*.f64 (*.f64 p p) q) r)) r) q)) (neg.f64 r)))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 p q (/.f64 (neg.f64 (fma.f64 (*.f64 p p) q (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) r))) (neg.f64 r))) r) q)) (neg.f64 r)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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))))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r) p) r) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (* (neg q) (/ q (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (neg q) (neg.f64 q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r))
#s(approx (/ q (- r p)) (/.f64 q (-.f64 r p)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 r p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal 2 binary64) r) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) r) p))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) r) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64)) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -2 binary64)) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal -2 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64)) (neg.f64 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal -2 binary64)) (neg.f64 q)))

rewrite72.0ms (0.8%)

Memory
0.7MiB live, 63.8MiB allocated; 7ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
051354
074312
0346269
Stop Event
iter limit
iter limit
iter limit
unsound
iter limit
Counts
20 → 63
Calls
Call 1
Inputs
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
(neg.f64 q)
(+.f64 (-.f64 r r) (+.f64 p p))
(-.f64 r r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(/.f64 q (-.f64 r p))
(+.f64 p p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
(fabs.f64 p)
Outputs
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(/.f64 (neg.f64 (*.f64 (neg.f64 q) q)) (neg.f64 (-.f64 r p)))
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
(neg.f64 (*.f64 q (/.f64 q (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) (-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))))
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)))
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)))
(-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 q (/.f64 q (-.f64 r p))))
(-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (neg.f64 q)) (/.f64 q (-.f64 r p))))
(+.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(+.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) (-.f64 (-.f64 r (fabs.f64 p)) p))) (+.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)))
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p)) (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r))) (-.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r)))
(/.f64 (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (fma.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) (-.f64 (-.f64 r (fabs.f64 p)) p) (*.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)))))
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p) (-.f64 (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r)) (*.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r)))))
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)
(-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p))
(+.f64 (-.f64 (fabs.f64 r) r) (+.f64 (fabs.f64 p) p))
(+.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r))
(+.f64 p (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
(neg.f64 q)
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 #s(literal 2 binary64) p))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p)))
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) p) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 #s(literal 2 binary64) p)) (*.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p)))))
(fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64))
(-.f64 r (-.f64 r (*.f64 #s(literal 2 binary64) p)))
(+.f64 (+.f64 #s(literal 0 binary64) p) p)
(+.f64 (*.f64 #s(literal 2 binary64) p) #s(literal 0 binary64))
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p))
#s(literal 0 binary64)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
#s(literal 1/2 binary64)
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 p))) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(/.f64 (-.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (*.f64 (fabs.f64 r) (fabs.f64 r))) (-.f64 (fabs.f64 p) (fabs.f64 r)))
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (-.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (*.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64))) (fma.f64 (fabs.f64 p) (fabs.f64 p) (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 r)))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(/.f64 (neg.f64 q) (neg.f64 (-.f64 r p)))
(/.f64 q (-.f64 r p))
(*.f64 #s(literal 2 binary64) p)
(/.f64 (-.f64 (*.f64 p p) (*.f64 p p)) (-.f64 p p))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 p p) (*.f64 p p))))
(+.f64 p p)
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))
(sqrt.f64 (*.f64 p p))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)

eval77.0ms (0.9%)

Memory
-24.5MiB live, 113.1MiB allocated; 11ms collecting garbage
Compiler

Compiled 16 916 to 1 455 computations (91.4% saved)

prune51.0ms (0.6%)

Memory
-3.4MiB live, 95.7MiB allocated; 7ms collecting garbage
Pruning

24 alts after pruning (19 fresh and 5 done)

PrunedKeptTotal
New29610306
Fresh5914
Picked325
Done033
Total30424328
Accuracy
99.9%
Counts
328 → 24
Alt Table
Click to see full alt table
StatusAccuracyProgram
23.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
38.2%
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
12.7%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
46.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
41.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
26.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
14.2%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
9.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
5.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
2.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
38.2%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
38.3%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
21.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
12.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
15.4%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
5.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
39.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
42.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
25.2%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
28.8%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
27.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
25.9%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
3.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Compiler

Compiled 1 819 to 1 088 computations (40.2% saved)

simplify157.0ms (1.7%)

Memory
27.3MiB live, 167.6MiB allocated; 13ms collecting garbage
Localize:

Found 18 expressions of interest:

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

Useful iterations: 0 (0.0ms)

IterNodesCost
057440
081422
1166416
2365412
3810412
41918409
55991409
08367357
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(hypot.f64 (*.f64 #s(literal -2 binary64) q) p)
(*.f64 #s(literal -2 binary64) q)
#s(literal -2 binary64)
q
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal -1/2 binary64)
p
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))
(-.f64 (+.f64 (+.f64 p p) r) r)
(+.f64 (+.f64 p p) r)
(+.f64 p p)
p
r
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))
(neg.f64 q)
q
#s(approx (/ q (- r p)) (/.f64 q r))
(/.f64 q r)
r
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
(neg.f64 r)
r
#s(literal 1/2 binary64)
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
p
Outputs
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(hypot.f64 (*.f64 #s(literal -2 binary64) q) p)
(*.f64 #s(literal -2 binary64) q)
#s(literal -2 binary64)
q
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal -1/2 binary64)
p
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p))
(*.f64 #s(literal 2 binary64) p)
(fma.f64 #s(literal 2 binary64) p r)
(*.f64 #s(literal 2 binary64) p)
p
r
#s(literal 1/2 binary64)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)))
(*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))
(neg.f64 q)
q
#s(approx (/ q (- r p)) (/.f64 q r))
(/.f64 q r)
r
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q)))
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
(neg.f64 r)
r
#s(literal 1/2 binary64)
(*.f64 (/.f64 q (-.f64 p r)) q)
(neg.f64 q)
q
(/.f64 q (-.f64 r p))
(-.f64 r p)
p

localize271.0ms (3%)

Memory
-1.5MiB live, 276.5MiB allocated; 36ms collecting garbage
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy0.01171875
(/.f64 q (-.f64 r p))
accuracy0.109375
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
accuracy22.004040146235614
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
accuracy59.21196838814483
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
accuracy0.109375
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))
accuracy14.700061735036192
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))
accuracy22.004040146235614
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
accuracy30.17718752600144
#s(approx (/ q (- r p)) (/.f64 q r))
accuracy0.0
(+.f64 p p)
accuracy0.00390625
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
accuracy29.078112194899795
(-.f64 (+.f64 (+.f64 p p) r) r)
accuracy54.909558021191614
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))
accuracy0.0
(*.f64 #s(literal -1/2 binary64) p)
accuracy62.245634346836134
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
accuracy0.0
(fabs.f64 p)
accuracy0.00390625
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
accuracy17.57664377821624
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
accuracy33.964063546494046
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
Samples
101.0ms110×1valid
65.0ms93×2valid
57.0ms53×0valid
Compiler

Compiled 329 to 41 computations (87.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 165.0ms
ival-sub: 42.0ms (25.5% of total)
ival-hypot: 38.0ms (23% of total)
adjust: 29.0ms (17.6% of total)
ival-mult: 28.0ms (17% of total)
ival-add: 15.0ms (9.1% of total)
ival-div: 7.0ms (4.2% of total)
ival-fabs: 3.0ms (1.8% of total)
ival-neg: 2.0ms (1.2% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

series31.0ms (0.3%)

Memory
13.5MiB live, 59.5MiB allocated; 4ms collecting garbage
Counts
22 → 214
Calls
Call 1
Inputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
(-.f64 (+.f64 (+.f64 p p) r) r)
(+.f64 (+.f64 p p) r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))
(neg.f64 q)
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
(fabs.f64 p)
(+.f64 p p)
#s(approx (/ q (- r p)) (/.f64 q r))
(/.f64 q (-.f64 r p))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q))))
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p)))
#s(approx (- (+ (+ p p) r) r) #s(hole binary64 (* 2 p)))
#s(approx (+ (+ p p) r) #s(hole binary64 r))
#s(approx (+ (+ p p) r) #s(hole binary64 (+ r (* 2 p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (+ p p) #s(hole binary64 (* 2 p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r)))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2)))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* 2 p)))
#s(approx (+ (+ p p) r) #s(hole binary64 (* p (+ 2 (/ r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1)))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole 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)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* r (+ 1 (* 2 (/ p r))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* r (- (* -2 (/ p r)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2)))))
Calls

9 calls:

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

simplify181.0ms (2%)

Memory
-11.5MiB live, 270.5MiB allocated; 42ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
011088138
130557967
082257172
Stop Event
iter limit
node limit
Counts
214 → 214
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q))))
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p)))
#s(approx (- (+ (+ p p) r) r) #s(hole binary64 (* 2 p)))
#s(approx (+ (+ p p) r) #s(hole binary64 r))
#s(approx (+ (+ p p) r) #s(hole binary64 (+ r (* 2 p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2)))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2))))))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3))))))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (+ p p) #s(hole binary64 (* 2 p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r)))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2)))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* 2 p)))
#s(approx (+ (+ p p) r) #s(hole binary64 (* p (+ 2 (/ r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1)))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole 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)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole 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)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1)))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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))))))))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (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))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r)))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 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)))))))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* r (+ 1 (* 2 (/ p r))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 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))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r)))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r)))
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole 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)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1)))))
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* r (- (* -2 (/ p r)) 1)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r)))))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r))))
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p)))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p)))))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p)))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))))
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p)))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2)))))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 p p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 p p) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) #s(literal -1/512 binary64) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 p p)) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 p p) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r)))
#s(approx (* -1/2 p) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))
#s(approx (+ (+ p p) r) r)
#s(approx (+ (+ p p) r) (fma.f64 #s(literal 2 binary64) p r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))
#s(approx (* (neg q) (/ q (- r p))) (neg.f64 (fma.f64 (/.f64 p r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 q q) r))))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (fabs p) (fabs.f64 p))
#s(approx (+ p p) (*.f64 #s(literal 2 binary64) p))
#s(approx (/ q (- r p)) (/.f64 q r))
#s(approx (/ q (- r p)) (fma.f64 (/.f64 p r) (/.f64 q r) (/.f64 q r)))
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 3 binary64))) (/.f64 q (*.f64 r r))) p (/.f64 q r)))
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 4 binary64))) (/.f64 q (pow.f64 r #s(literal 3 binary64)))) p (/.f64 q (*.f64 r r))) p (/.f64 q r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) p)) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (neg.f64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) #s(literal 1 binary64))) p))
#s(approx (+ (+ p p) r) (*.f64 #s(literal 2 binary64) p))
#s(approx (+ (+ p p) r) (*.f64 (-.f64 (/.f64 r p) #s(literal -2 binary64)) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- 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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- 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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) p)
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) p))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 r r) p) (/.f64 q p) q)) (*.f64 q (/.f64 r p))) p))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 q (pow.f64 (/.f64 r p) #s(literal 3 binary64)) q)) (*.f64 q (fma.f64 (/.f64 r p) (/.f64 r p) (/.f64 r p)))) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) r) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 p p)) (*.f64 q q))) p)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (+ (+ p p) r) (*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal -2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.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))))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 q q) r (/.f64 (neg.f64 (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) (neg.f64 p))) p))) (neg.f64 p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64))))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (-.f64 q (/.f64 (fma.f64 (neg.f64 q) (/.f64 (*.f64 r r) p) (*.f64 (neg.f64 r) q)) p)) (neg.f64 p)))
#s(approx (/ q (- r p)) (/.f64 (-.f64 q (/.f64 (-.f64 (/.f64 (fma.f64 q (/.f64 (pow.f64 r #s(literal 3 binary64)) p) (*.f64 (*.f64 r r) q)) (neg.f64 p)) (*.f64 q r)) p)) (neg.f64 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (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 p r) (-.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 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.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 p r) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 r p) (/.f64 (*.f64 q q) p)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p)))
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (/ q (- r p)) (neg.f64 (fma.f64 q (/.f64 r (*.f64 p p)) (/.f64 q p))))
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p)))
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 4 binary64)))) (/.f64 q (pow.f64 p #s(literal 3 binary64)))) r) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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 p) (fabs.f64 r)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))
#s(approx (+ (+ p p) r) (*.f64 (fma.f64 (/.f64 p r) #s(literal 2 binary64) #s(literal 1 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (/.f64 (*.f64 (neg.f64 p) p) r) (/.f64 (*.f64 q q) r) (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))))) r))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 p (/.f64 q r) q) r))
#s(approx (/ q (- r p)) (/.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (fma.f64 p (/.f64 q r) q)) r))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 q (pow.f64 r #s(literal 3 binary64))) q) (neg.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (*.f64 p (/.f64 q r))))) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 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 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r)
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) p) (neg.f64 r)) #s(literal 1 binary64))))
#s(approx (+ (+ p p) r) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 p r) #s(literal -2 binary64)) #s(literal 1 binary64))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 q p) (*.f64 q p))) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.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))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (fma.f64 p (/.f64 q r) q)) (neg.f64 r)))
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 q p (/.f64 (*.f64 (*.f64 p p) q) r)) r) q)) (neg.f64 r)))
#s(approx (/ q (- r p)) (/.f64 (-.f64 (/.f64 (fma.f64 q p (/.f64 (neg.f64 (fma.f64 (*.f64 p p) q (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) r))) (neg.f64 r))) (neg.f64 r)) q) (neg.f64 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) (fabs.f64 r)) p)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) p))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (neg q) (/ q (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (neg q) (neg.f64 q))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (/ q (- r p)) (/.f64 q (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (*.f64 p p) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 p p) q) #s(literal 2 binary64)))) q))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q)))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 #s(literal 2 binary64) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 p #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)))

rewrite129.0ms (1.4%)

Memory
-11.3MiB live, 179.5MiB allocated; 20ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
057404
081372
1380366
23370296
08865261
Stop Event
iter limit
node limit
iter limit
Counts
22 → 119
Calls
Call 1
Inputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
(-.f64 (+.f64 (+.f64 p p) r) r)
(+.f64 (+.f64 p p) r)
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))
(neg.f64 q)
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
(fabs.f64 p)
(+.f64 p p)
#s(approx (/ q (- r p)) (/.f64 q r))
(/.f64 q (-.f64 r p))
Outputs
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) #s(literal 1/2 binary64))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 2 binary64))) (-.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 2 binary64)) (*.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64)))) (neg.f64 (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64))) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))))
(/.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64))))
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (sqrt.f64 (neg.f64 (fabs.f64 r))) (sqrt.f64 (neg.f64 (fabs.f64 r))) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (sqrt.f64 (fabs.f64 r)) (sqrt.f64 (fabs.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(-.f64 (/.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64)) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r)))))
(-.f64 (/.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)))))
(-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) p)
(+.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(+.f64 (fabs.f64 r) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))
(/.f64 (neg.f64 (fma.f64 r r (*.f64 p p))) (neg.f64 (-.f64 (fabs.f64 r) p)))
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (*.f64 r r))) (neg.f64 (-.f64 p (fabs.f64 r))))
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))))
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p))))
(/.f64 (fma.f64 r r (*.f64 p p)) (-.f64 (fabs.f64 r) p))
(/.f64 (-.f64 (*.f64 p p) (*.f64 r r)) (-.f64 p (fabs.f64 r)))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r)))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p)))
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) p)
(fma.f64 (sqrt.f64 (neg.f64 (fabs.f64 r))) (sqrt.f64 (neg.f64 (fabs.f64 r))) p)
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) p)
(fma.f64 (sqrt.f64 (fabs.f64 r)) (sqrt.f64 (fabs.f64 r)) p)
(fma.f64 (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) p)
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) p)
(fma.f64 (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) p)
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) p)
(-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) p)) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) p)))
(-.f64 (/.f64 (*.f64 p p) (-.f64 p (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 p (fabs.f64 r))))
(+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))))
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p))))
(+.f64 p (fabs.f64 r))
(+.f64 (fabs.f64 r) p)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
(*.f64 p #s(literal -1/2 binary64))
#s(literal 0 binary64)
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64))) (-.f64 p (+.f64 p r)))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 p r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r)))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 r r))) (neg.f64 (-.f64 #s(literal 0 binary64) r)))
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64))))
(/.f64 (fma.f64 r r #s(literal 0 binary64)) (-.f64 r #s(literal 0 binary64)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 r r)) (-.f64 #s(literal 0 binary64) r))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 r r (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 0 binary64) r))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) r)) (/.f64 (*.f64 r r) (-.f64 #s(literal 0 binary64) r)))
(-.f64 r (*.f64 #s(literal -2 binary64) p))
(+.f64 (/.f64 #s(literal 0 binary64) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64))))
(+.f64 (+.f64 p r) p)
(+.f64 #s(literal 0 binary64) r)
(+.f64 p (+.f64 p r))
(+.f64 r #s(literal 0 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))))
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)))
(*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))
(*.f64 q (neg.f64 #s(approx (/ q (- r p)) (/.f64 q r))))
(neg.f64 (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) q))
(neg.f64 q)
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (fma.f64 r r (*.f64 p p))) (+.f64 p r))
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)))
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))
(*.f64 q (/.f64 (neg.f64 q) (-.f64 r p)))
(*.f64 q (neg.f64 (/.f64 q (-.f64 r p))))
(/.f64 (*.f64 q q) (neg.f64 (-.f64 r p)))
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 (neg.f64 (-.f64 r p))))
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))
(neg.f64 (*.f64 (/.f64 q (-.f64 r p)) q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 2 binary64)) #s(literal 1/4 binary64) (+.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (*.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) q)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)))) (neg.f64 (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64))) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q)))
(/.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))))))
(/.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (fma.f64 r r (*.f64 p p))) (+.f64 p r) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 #s(literal 1/2 binary64) #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(fma.f64 q (/.f64 (neg.f64 q) (-.f64 r p)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 q (neg.f64 (/.f64 q (-.f64 r p))) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q))) (/.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q))))
(-.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (/.f64 q (-.f64 r p))) (neg.f64 q)))
(-.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) q))
(-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (neg.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))) #s(literal 1/2 binary64)))
(-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(literal -1/2 binary64) #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))))
(+.f64 (/.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))))
(+.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))
(+.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))
p
#s(literal 0 binary64)
#s(approx (/ q (- r p)) (/.f64 q r))
(*.f64 (/.f64 q (fma.f64 r r (*.f64 p p))) (+.f64 p r))
(*.f64 (/.f64 q (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)))
(/.f64 (neg.f64 q) (neg.f64 (-.f64 r p)))
(/.f64 q (neg.f64 (neg.f64 (-.f64 r p))))
(/.f64 q (-.f64 r p))
(neg.f64 (/.f64 (neg.f64 q) (-.f64 r p)))
(neg.f64 (/.f64 q (neg.f64 (-.f64 r p))))

eval40.0ms (0.4%)

Memory
33.1MiB live, 78.2MiB allocated; 5ms collecting garbage
Compiler

Compiled 16 569 to 1 559 computations (90.6% saved)

prune27.0ms (0.3%)

Memory
8.9MiB live, 55.5MiB allocated; 3ms collecting garbage
Pruning

24 alts after pruning (15 fresh and 9 done)

PrunedKeptTotal
New2984302
Fresh31114
Picked145
Done055
Total30224326
Accuracy
99.9%
Counts
326 → 24
Alt Table
Click to see full alt table
StatusAccuracyProgram
23.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
38.2%
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
46.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
41.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
26.4%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
14.2%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
35.2%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64))
5.3%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
2.8%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
19.7%
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
38.2%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
38.3%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
21.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
12.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
15.4%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
5.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
39.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
42.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
25.2%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
28.8%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
27.6%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
25.9%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
3.1%
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Compiler

Compiled 2 740 to 848 computations (69.1% saved)

regimes77.0ms (0.8%)

Memory
-16.6MiB live, 127.2MiB allocated; 10ms collecting garbage
Counts
43 → 2
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
(*.f64 (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/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)))))))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))
Calls

7 calls:

12.0ms
p
11.0ms
q
11.0ms
r
10.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
10.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
80.1%2(pow.f64 q #s(literal 2 binary64))
80.1%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
76.5%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))))))
76.5%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)))))))
76.7%3p
71.6%3r
80.1%2q
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes49.0ms (0.5%)

Memory
-37.4MiB live, 86.7MiB allocated; 40ms collecting garbage
Counts
39 → 2
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))
Calls

3 calls:

26.0ms
(pow.f64 q #s(literal 2 binary64))
11.0ms
q
9.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
80.0%2(pow.f64 q #s(literal 2 binary64))
80.0%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
80.0%2q
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes34.0ms (0.4%)

Memory
-10.3MiB live, 83.2MiB allocated; 6ms collecting garbage
Counts
38 → 2
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

3 calls:

11.0ms
(pow.f64 q #s(literal 2 binary64))
11.0ms
q
9.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
79.4%2(pow.f64 q #s(literal 2 binary64))
79.4%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
79.4%2q
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes53.0ms (0.6%)

Memory
-1.2MiB live, 96.9MiB allocated; 10ms collecting garbage
Counts
32 → 3
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
Outputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

6 calls:

11.0ms
(pow.f64 q #s(literal 2 binary64))
10.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))))))
8.0ms
q
8.0ms
p
7.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
62.7%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))))))
62.7%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)))))))
66.2%3p
75.1%3(pow.f64 q #s(literal 2 binary64))
75.1%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
75.1%3q
Compiler

Compiled 50 to 51 computations (-2% saved)

regimes17.0ms (0.2%)

Memory
37.1MiB live, 37.1MiB allocated; 0ms collecting garbage
Counts
21 → 3
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64))
Outputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

3 calls:

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

Compiled 9 to 15 computations (-66.7% saved)

regimes27.0ms (0.3%)

Memory
-37.1MiB live, 57.1MiB allocated; 3ms collecting garbage
Counts
18 → 3
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))))
Outputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

5 calls:

6.0ms
q
6.0ms
p
5.0ms
r
4.0ms
(pow.f64 q #s(literal 2 binary64))
4.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
54.8%3p
51.6%3r
64.2%3(pow.f64 q #s(literal 2 binary64))
64.2%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
64.2%3q
Compiler

Compiled 11 to 21 computations (-90.9% saved)

regimes14.0ms (0.2%)

Memory
31.1MiB live, 31.1MiB allocated; 0ms collecting garbage
Counts
16 → 2
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
Outputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

3 calls:

5.0ms
q
4.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
4.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
62.0%2(pow.f64 q #s(literal 2 binary64))
62.0%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
62.0%2q
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes21.0ms (0.2%)

Memory
-1.7MiB live, 45.3MiB allocated; 1ms collecting garbage
Counts
15 → 2
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p))))
Outputs
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

5 calls:

5.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
4.0ms
q
4.0ms
(pow.f64 q #s(literal 2 binary64))
4.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)))))))
3.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))))))
Results
AccuracySegmentsBranch
46.2%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.2%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)))))))
53.8%2(pow.f64 q #s(literal 2 binary64))
53.8%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
53.8%2q
Compiler

Compiled 49 to 48 computations (2% saved)

regimes14.0ms (0.2%)

Memory
-18.3MiB live, 31.0MiB allocated; 4ms collecting garbage
Counts
4 → 1
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r))
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
Calls

7 calls:

3.0ms
(pow.f64 q #s(literal 2 binary64))
2.0ms
q
2.0ms
p
2.0ms
r
2.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
39.1%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))))))
39.1%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)))))))
39.1%1r
39.1%1p
39.1%1(pow.f64 q #s(literal 2 binary64))
39.1%1(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
39.1%1q
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes8.0ms (0.1%)

Memory
21.3MiB live, 21.3MiB allocated; 0ms collecting garbage
Accuracy

Total -0.0b remaining (-0%)

Threshold costs -0b (-0%)

Counts
1 → 1
Calls
Call 1
Inputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Calls

7 calls:

1.0ms
(pow.f64 q #s(literal 2 binary64))
1.0ms
q
1.0ms
p
1.0ms
r
1.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)))))))
Results
AccuracySegmentsBranch
3.1%1r
3.1%1(pow.f64 q #s(literal 2 binary64))
3.1%1(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
3.1%1q
3.1%1p
3.1%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))))))
3.1%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)))))))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

bsearch35.0ms (0.4%)

Memory
1.4MiB live, 94.9MiB allocated; 4ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
31.0ms
1.503503548952676e+59
2.9109315153143376e+63
Samples
18.0ms78×1valid
5.0ms45×0valid
1.0ms2valid
Compiler

Compiled 497 to 368 computations (26% saved)

Precisions
Click to see histograms. Total time spent on operations: 21.0ms
adjust: 6.0ms (29.1% of total)
ival-pow2: 4.0ms (19.4% of total)
ival-add: 3.0ms (14.6% of total)
ival-sub: 2.0ms (9.7% of total)
ival-mult: 2.0ms (9.7% of total)
ival-div: 1.0ms (4.9% of total)
ival-sqrt: 1.0ms (4.9% of total)
ival-fabs: 1.0ms (4.9% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch2.0ms (0%)

Memory
3.8MiB live, 3.8MiB allocated; 0ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
1.0ms
1.503503548952676e+59
2.9109315153143376e+63
Compiler

Compiled 665 to 456 computations (31.4% saved)

bsearch75.0ms (0.8%)

Memory
-38.8MiB live, 57.1MiB allocated; 16ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
33.0ms
5.421255282194013e+47
1.1397279087988616e+52
Samples
17.0ms82×1valid
7.0ms37×0valid
3.0ms2valid
Compiler

Compiled 593 to 408 computations (31.2% saved)

Precisions
Click to see histograms. Total time spent on operations: 19.0ms
adjust: 5.0ms (26.3% of total)
ival-pow2: 4.0ms (21% of total)
ival-sub: 2.0ms (10.5% of total)
ival-add: 2.0ms (10.5% of total)
ival-sqrt: 2.0ms (10.5% of total)
ival-mult: 2.0ms (10.5% of total)
ival-div: 1.0ms (5.3% of total)
ival-fabs: 1.0ms (5.3% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch84.0ms (0.9%)

Memory
29.7MiB live, 158.6MiB allocated; 16ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
32.0ms
995819421200403.4
35685874928833188000.0
39.0ms
1.3875937221595456e-74
1.9348144189607185e-71
Samples
30.0ms120×1valid
25.0ms83×2valid
5.0ms53×0valid
Compiler

Compiled 1 377 to 856 computations (37.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 50.0ms
adjust: 13.0ms (25.8% of total)
ival-pow2: 9.0ms (17.9% of total)
ival-mult: 8.0ms (15.9% of total)
ival-add: 7.0ms (13.9% of total)
ival-sub: 5.0ms (9.9% of total)
ival-sqrt: 4.0ms (7.9% of total)
ival-div: 2.0ms (4% of total)
ival-fabs: 2.0ms (4% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch145.0ms (1.6%)

Memory
33.5MiB live, 169.2MiB allocated; 60ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
57.0ms
995819421200403.4
35685874928833188000.0
80.0ms
1.3017838532279898e-70
4.398753948883899e-69
Samples
42.0ms82×1valid
34.0ms78×2valid
5.0ms48×0valid
Compiler

Compiled 1 394 to 832 computations (40.3% saved)

Precisions
Click to see histograms. Total time spent on operations: 72.0ms
adjust: 34.0ms (47.3% of total)
ival-add: 14.0ms (19.5% of total)
ival-pow2: 7.0ms (9.7% of total)
ival-mult: 5.0ms (7% of total)
ival-sub: 4.0ms (5.6% of total)
ival-sqrt: 3.0ms (4.2% of total)
ival-fabs: 2.0ms (2.8% of total)
ival-div: 1.0ms (1.4% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch27.0ms (0.3%)

Memory
-11.9MiB live, 31.1MiB allocated; 14ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
1.0ms
995819421200403.4
35685874928833188000.0
24.0ms
1.3017838532279898e-70
4.398753948883899e-69
Samples
15.0ms21×1valid
6.0ms21×2valid
1.0ms0valid
Compiler

Compiled 1 387 to 825 computations (40.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 20.0ms
adjust: 13.0ms (66.4% of total)
ival-pow2: 2.0ms (10.2% of total)
ival-sub: 1.0ms (5.1% of total)
ival-sqrt: 1.0ms (5.1% of total)
ival-add: 1.0ms (5.1% of total)
ival-mult: 1.0ms (5.1% of total)
ival-div: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)
ival-fabs: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch85.0ms (0.9%)

Memory
-24.1MiB live, 36.8MiB allocated; 37ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
82.0ms
9.266783195981e-67
1.2080635092382562e-65
Samples
63.0ms34×1valid
13.0ms44×2valid
2.0ms18×0valid
Compiler

Compiled 385 to 270 computations (29.9% saved)

Precisions
Click to see histograms. Total time spent on operations: 74.0ms
ival-mult: 58.0ms (78.7% of total)
adjust: 5.0ms (6.8% of total)
ival-pow2: 3.0ms (4.1% of total)
ival-sub: 2.0ms (2.7% of total)
ival-sqrt: 2.0ms (2.7% of total)
ival-add: 2.0ms (2.7% of total)
ival-div: 1.0ms (1.4% of total)
ival-fabs: 1.0ms (1.4% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch6.0ms (0.1%)

Memory
6.3MiB live, 6.3MiB allocated; 0ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
5.0ms
9.266783195981e-67
1.2080635092382562e-65
Samples
2.0ms2valid
1.0ms1valid
0.0ms0valid
Compiler

Compiled 343 to 252 computations (26.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 3.0ms
adjust: 1.0ms (35.3% of total)
ival-pow2: 1.0ms (35.3% of total)
ival-sub: 0.0ms (0% of total)
ival-div: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)
ival-sqrt: 0.0ms (0% of total)
ival-add: 0.0ms (0% of total)
ival-mult: 0.0ms (0% of total)
ival-fabs: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

simplify70.0ms (0.8%)

Memory
3.0MiB live, 49.9MiB allocated; 10ms collecting garbage
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
095778
1158771
2322767
3773767
41662767
52752767
63809767
76425767
Stop Event
node limit
Calls
Call 1
Inputs
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)))
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)))
(if (<=.f64 q #s(literal 11200000000000000189920224309833407917132546605842432 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
(if (<=.f64 q #s(literal 8454495018966373/497323236409786642155382248146820840100456150797347717440463976893159497012533375533056 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 35000000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 8450609681181921/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 6993608012012625/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 3130277023605911/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
(if (<=.f64 q #s(literal 5501699011186147/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)
Outputs
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)))
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)))
(if (<=.f64 q #s(literal 11200000000000000189920224309833407917132546605842432 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
(if (<=.f64 q #s(literal 8454495018966373/497323236409786642155382248146820840100456150797347717440463976893159497012533375533056 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 35000000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 8450609681181921/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 6993608012012625/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 p (fabs.f64 p))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))))
(if (<=.f64 q #s(literal 3130277023605911/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 p (fabs.f64 p))) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
(if (<=.f64 q #s(literal 5501699011186147/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q)

derivations722.0ms (8%)

Memory
38.1MiB live, 442.0MiB allocated; 43ms collecting garbage
Stop Event
fuel
Compiler

Compiled 770 to 98 computations (87.3% saved)

preprocess91.0ms (1%)

Memory
-4.2MiB live, 112.1MiB allocated; 56ms collecting garbage
Compiler

Compiled 1 836 to 384 computations (79.1% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated; 0ms collecting garbage

Profiling

Loading profile data...