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

Time bar (total: 5.3s)

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)

sample2.8s (52.5%)

Memory
37.2MiB live, 4 555.9MiB allocated; 642ms collecting garbage
Samples
1.0s2 206×2valid
877.0ms3 209×1valid
369.0ms2 841×0valid
Precisions
Click to see histograms. Total time spent on operations: 1.9s
adjust: 469.0ms (25.3% of total)
ival-pow2: 353.0ms (19.1% of total)
ival-mult: 312.0ms (16.9% of total)
ival-add: 234.0ms (12.6% of total)
ival-sub: 148.0ms (8% of total)
ival-sqrt: 131.0ms (7.1% of total)
ival-div: 96.0ms (5.2% of total)
ival-fabs: 90.0ms (4.9% of total)
exact: 14.0ms (0.8% of total)
ival-assert: 3.0ms (0.2% of total)
Bogosity

explain322.0ms (6.1%)

Memory
4.6MiB live, 675.4MiB allocated; 38ms collecting garbage
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1510-2(-1.206111540333746e-156 3.94154878694655e-158 6.1342616801636256e-248)(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
1220-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-rescue1470
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))overflow147
(pow.f64 q #s(literal 2 binary64))overflow68
(pow.f64 (-.f64 p r) #s(literal 2 binary64))overflow107
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))overflow68
-.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))))))cancellation1220
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-rescue20
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))underflow2
(pow.f64 q #s(literal 2 binary64))underflow61
(pow.f64 (-.f64 p r) #s(literal 2 binary64))underflow17
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))underflow61
Confusion
Predicted +Predicted -
+2041
-051
Precision
1.0
Recall
0.9951219512195122
Confusion?
Predicted +Predicted MaybePredicted -
+20401
-0051
Precision?
1.0
Recall?
0.9951219512195122
Freqs
test
numberfreq
052
1137
267
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
70.0ms136×2valid
63.0ms192×1valid
24.0ms184×0valid
Compiler

Compiled 220 to 58 computations (73.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 120.0ms
adjust: 41.0ms (34.2% of total)
ival-pow2: 32.0ms (26.7% of total)
ival-mult: 10.0ms (8.3% of total)
ival-add: 10.0ms (8.3% of total)
ival-sub: 9.0ms (7.5% of total)
ival-sqrt: 7.0ms (5.8% of total)
ival-fabs: 5.0ms (4.2% of total)
ival-div: 4.0ms (3.3% of total)
ival-true: 1.0ms (0.8% of total)
exact: 1.0ms (0.8% of total)
ival-assert: 0.0ms (0% of total)

preprocess190.0ms (3.6%)

Memory
24.9MiB live, 251.8MiB allocated; 26ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
073205
1168204
2466204
31734204
45460204
01820
03120
15020
29520
322720
444720
595820
6548920
0822720
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 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))) #s(literal 1/2 binary64))
Symmetry

(abs q)

(sort p r)

Compiler

Compiled 22 to 18 computations (18.2% saved)

eval0.0ms (0%)

Memory
0.2MiB live, 0.2MiB allocated; 0ms collecting garbage
Compiler

Compiled 0 to 3 computations (-∞% saved)

prune1.0ms (0%)

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

Compiled 22 to 18 computations (18.2% saved)

series40.0ms (0.8%)

Memory
-11.6MiB live, 73.3MiB allocated; 19ms collecting garbage
Counts
18 → 154
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
#s(literal 4 binary64)
(pow.f64 q #s(literal 2 binary64))
q
Outputs
#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 (- (+ (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 (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx p #s(hole binary64 p))
#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 (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 (- p r) #s(hole binary64 (* -1 r)))
#s(approx (- p r) #s(hole binary64 (- p r)))
#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 (- (+ (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 (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 (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 (- p r) #s(hole binary64 p))
#s(approx (- p r) #s(hole binary64 (* p (+ 1 (* -1 (/ 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 (- (+ (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 (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 (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))))
#s(approx (- p r) #s(hole binary64 (* -1 (* p (- (/ r p) 1)))))
#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 (- (+ (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 (fabs r) #s(hole binary64 (fabs r)))
#s(approx r #s(hole binary64 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 (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 (- p r) #s(hole binary64 (+ p (* -1 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 (* 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 (- (+ (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 (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 (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 (- p r) #s(hole binary64 (* r (- (/ p r) 1))))
#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 (- (+ (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 (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 (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))))
#s(approx (- p r) #s(hole binary64 (* -1 (* r (+ 1 (* -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))))
#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 (- (+ (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 (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 (* 4 (pow q 2)) #s(hole binary64 (* 4 (pow q 2))))
#s(approx (pow q 2) #s(hole binary64 (pow q 2)))
#s(approx q #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)))
#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 (- (+ (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 (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 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 (- (+ (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)))))
#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))))))))))
Calls

9 calls:

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

rewrite282.0ms (5.4%)

Memory
14.8MiB live, 301.7MiB allocated; 116ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
07975859
08165679
149505643
081175643
Stop Event
iter limit
node limit
iter limit
Counts
172 → 215
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
#s(literal 4 binary64)
(pow.f64 q #s(literal 2 binary64))
q
#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 (- (+ (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 (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx p #s(hole binary64 p))
#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 (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 (- p r) #s(hole binary64 (* -1 r)))
#s(approx (- p r) #s(hole binary64 (- p r)))
#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 (- (+ (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 (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 (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 (- p r) #s(hole binary64 p))
#s(approx (- p r) #s(hole binary64 (* p (+ 1 (* -1 (/ 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 (- (+ (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 (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 (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p))))))
#s(approx (- p r) #s(hole binary64 (* -1 (* p (- (/ r p) 1)))))
#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 (- (+ (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 (fabs r) #s(hole binary64 (fabs r)))
#s(approx r #s(hole binary64 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 (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 (- p r) #s(hole binary64 (+ p (* -1 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 (* 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 (- (+ (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 (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 (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 (- p r) #s(hole binary64 (* r (- (/ p r) 1))))
#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 (- (+ (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 (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 (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))))
#s(approx (- p r) #s(hole binary64 (* -1 (* r (+ 1 (* -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))))
#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 (- (+ (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 (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 (* 4 (pow q 2)) #s(hole binary64 (* 4 (pow q 2))))
#s(approx (pow q 2) #s(hole binary64 (pow q 2)))
#s(approx q #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)))
#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 (- (+ (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 (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 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 (- (+ (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)))))
#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))))))))))
Outputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))
#s(literal 1/2 binary64)
#s(literal 1 binary64)
#s(literal 2 binary64)
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) #s(literal 1 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))))
(/.f64 (-.f64 (pow.f64 (fabs.f64 p) #s(literal 2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (fabs.f64 r)))
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64))) (+.f64 (pow.f64 (fabs.f64 p) #s(literal 2 binary64)) (-.f64 (pow.f64 (fabs.f64 r) #s(literal 2 binary64)) (*.f64 (fabs.f64 p) (fabs.f64 r)))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 p p))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
(exp.f64 (/.f64 (*.f64 (log.f64 p) #s(literal 2 binary64)) #s(literal 2 binary64)))
p
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 r r))
(fabs.f64 (neg.f64 r))
(fabs.f64 r)
(exp.f64 (/.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)) #s(literal 2 binary64)))
r
(pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) #s(literal 1/2 binary64))
(sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))
(exp.f64 (*.f64 (log.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 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 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #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 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #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 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(+.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 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r))))
(*.f64 (-.f64 p r) (-.f64 p r))
(pow.f64 (exp.f64 (log.f64 (-.f64 p r))) #s(literal 2 binary64))
(pow.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #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))))
(pow.f64 (-.f64 p r) #s(literal 1 binary64))
(/.f64 (-.f64 (*.f64 p p) (*.f64 r r)) (+.f64 p r))
(/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (*.f64 p p) (+.f64 (*.f64 r r) (*.f64 r p))))
(/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal -1 binary64)))
(-.f64 p r)
(exp.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 1 binary64)))
(*.f64 (*.f64 q q) #s(literal 4 binary64))
(*.f64 #s(literal 4 binary64) (*.f64 q q))
#s(literal 4 binary64)
(*.f64 (exp.f64 (log.f64 q)) (exp.f64 (log.f64 q)))
(*.f64 q q)
(pow.f64 (exp.f64 (log.f64 q)) #s(literal 2 binary64))
(pow.f64 (*.f64 q q) #s(literal 1 binary64))
(pow.f64 q #s(literal 2 binary64))
(/.f64 #s(literal 1 binary64) (pow.f64 q #s(literal -2 binary64)))
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)))
(+.f64 (cosh.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))))
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) p) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 r) (fabs.f64 p)))
#s(approx (fabs p) (fabs.f64 p))
#s(approx p p)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p))) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (-.f64 (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))))) p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 r p)) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -2 binary64) r) p) p) (*.f64 r r)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))
#s(approx (pow (- p r) 2) (*.f64 r r))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (*.f64 #s(literal -2 binary64) p) r) r))
#s(approx (pow (- p r) 2) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -2 binary64) r) p) p) (*.f64 r r)))
#s(approx (- p r) (neg.f64 r))
#s(approx (- p r) (-.f64 p r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) r)) (pow.f64 p #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p)))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) p)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 (*.f64 q q) (*.f64 p p)))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) 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 (+.f64 (*.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 (+.f64 (*.f64 (/.f64 r p) #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p))) (/.f64 (*.f64 r r) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (pow (- p r) 2) (*.f64 p p))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (*.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (+.f64 (*.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 r r) (*.f64 p p))) (*.f64 p p)))
#s(approx (- p r) p)
#s(approx (- p r) (*.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)))) p)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) p)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64))) (fabs.f64 p)) r) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) p))) r) p)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (-.f64 r (*.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64))) p)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) r) p)) #s(literal 1 binary64))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) p)) (*.f64 #s(literal -2 binary64) r)) p)) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 r r) p)) (*.f64 #s(literal -2 binary64) r)) p)) #s(literal 1 binary64)) (*.f64 p p)))
#s(approx (- p r) (*.f64 (neg.f64 p) (-.f64 (/.f64 r p) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) r) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (fabs r) (fabs.f64 r))
#s(approx r r)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p))) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (-.f64 (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64))) r) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 r p))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -2 binary64) p) r) r) (*.f64 p p)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))
#s(approx (pow (- p r) 2) (+.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 r p))))
#s(approx (pow (- p r) 2) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -2 binary64) p) r) r) (*.f64 p p)))
#s(approx (- p r) (+.f64 (neg.f64 r) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 r r)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) p)) (pow.f64 r #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r)))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) r)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) (/.f64 (*.f64 q q) (*.f64 r r)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) 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 (+.f64 (*.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 (+.f64 (*.f64 (/.f64 p r) #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 r r))) (/.f64 (*.f64 p p) (*.f64 r r))) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (*.f64 (/.f64 p r) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (+.f64 (*.f64 (/.f64 p r) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 p p) (*.f64 r r))) (*.f64 r r)))
#s(approx (- p r) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) r) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)))) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) r)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 p)) p) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) r))) p) r)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (-.f64 p (*.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64))) r)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) p) r)) #s(literal 1 binary64))))
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) r)) (*.f64 #s(literal -2 binary64) p)) r)) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 p p) r)) (*.f64 #s(literal -2 binary64) p)) r)) #s(literal 1 binary64)) (*.f64 r r)))
#s(approx (- p r) (*.f64 (neg.f64 r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 p r)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal -3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (-.f64 p (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 p r))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) p) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) #s(literal 2 binary64))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) 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))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))))
#s(approx (* 4 (pow q 2)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
#s(approx (pow q 2) (*.f64 q q))
#s(approx q q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))) 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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) q)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q #s(literal 2 binary64)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) (fabs.f64 p)) q)) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q))) q)) #s(literal 2 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))))))

eval36.0ms (0.7%)

Memory
18.1MiB live, 68.2MiB allocated; 9ms collecting garbage
Compiler

Compiled 8 590 to 1 300 computations (84.9% saved)

prune18.0ms (0.3%)

Memory
-5.7MiB live, 41.1MiB allocated; 2ms collecting garbage
Pruning

18 alts after pruning (18 fresh and 0 done)

PrunedKeptTotal
New20318221
Fresh000
Picked101
Done000
Total20418222
Accuracy
68.6%
Counts
222 → 18
Alt Table
Click to see full alt table
StatusAccuracyProgram
21.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))))
16.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) r))))
17.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (-.f64 r (*.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64))) p)) #s(literal 1 binary64))))))
36.2%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
10.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 p))))
10.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) r)))
17.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)))
20.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
14.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
31.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
29.4%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
2.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
5.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
5.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
36.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
3.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
Compiler

Compiled 1 208 to 896 computations (25.8% saved)

series43.0ms (0.8%)

Memory
-24.9MiB live, 69.9MiB allocated; 9ms collecting garbage
Counts
29 → 157
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
(*.f64 #s(literal 1/2 binary64) r)
#s(literal 1/2 binary64)
r
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
p
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
#s(literal -1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64)))
(-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p))
(/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)
(+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))
(/.f64 (*.f64 q q) p)
(*.f64 q q)
(*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (neg p) #s(hole binary64 (* -1 p)))
#s(approx p #s(hole binary64 p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) r) p)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (+ (* p (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))) (pow q 2)) p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (/ (pow q 2) (pow p 2)))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (/ (- (* -1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (/ (- (* p (- (* -1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))) (pow q 2)) (pow p 2))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (/ (pow q 2) (pow p 2)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (/ (- (* -1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (pow q 2) (pow p 2))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) p)))
#s(approx (/ (* q q) p) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 -1/2))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 -1/2))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1 (/ (pow q 2) (pow p 2))) (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (/ (- (* -1 (/ (pow q 2) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) 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 (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1 (/ (- (/ (pow q 2) p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (/ (- (/ (pow q 2) p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p))))
#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 (* 1/2 r) #s(hole binary64 (* 1/2 r)))
#s(approx r #s(hole binary64 r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (+ (fabs p) (fabs r)) p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p)))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (+ (fabs p) (fabs r)) p)))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r)))))
#s(approx (- (fabs r) r) #s(hole binary64 (fabs r)))
#s(approx (- (fabs r) r) #s(hole binary64 (+ (fabs r) (* -1 r))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (+ (* -1/2 r) (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* 1/2 (/ r p)) (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (- (* 1/2 (/ r p)) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)) p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (+ (* -1/2 (/ r p)) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r)))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs 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 (* 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* r (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (/ r p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 r)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) r) #s(hole binary64 (* r (- (/ (fabs r) r) 1))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* r (- (/ (* p (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))))) r) 1/2))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* r (+ (* -1 (/ (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2)))) r)) (* 1/2 (/ 1 p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* r (+ (* -1 (/ (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))) r)) (* 1/2 (/ 1 p))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1/2 (/ r p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* r (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (/ (pow q 2) (* (pow p 2) r))) (* 1/2 (/ 1 p))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* r (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (/ (pow q 2) (* p r))) 1/2))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs 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/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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1 (* r (- (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p)))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r)))))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (fabs r) r)))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (* p (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))))) r)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (* r (- (+ (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (+ (* 1/2 (/ 1 r)) (/ (pow q 2) (* (pow p 2) r)))) (* 1/2 (/ 1 p)))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (* r (- (+ (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ (pow q 2) (* (pow p 2) r))) (* 1/2 (/ 1 p)))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1 (* r (+ (* -1 (/ (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))) r)) (* 1/2 (/ 1 p)))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)) r)))))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) 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))))
#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 (neg q) #s(hole binary64 (* -1 q)))
#s(approx q #s(hole binary64 q))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (+ (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) (/ (pow q 2) p))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (- (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))
#s(approx (* q q) #s(hole binary64 (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 (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* (pow q 2) (+ (/ 1 p) (/ (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) (pow q 2))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* (pow q 2) (- (* -1 (/ (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))) (pow q 2))) (/ 1 (pow p 2))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* (pow q 2) (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) (* p (pow q 2)))) (/ 1 (pow p 2))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* (pow q 2) (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) (* p (pow q 2)))) (/ 1 (pow p 2))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* (pow q 2) (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) (pow q 2))) (/ 1 p)))))
#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)))))
Calls

9 calls:

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

rewrite166.0ms (3.1%)

Memory
9.6MiB live, 241.8MiB allocated; 18ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
06475770
06815586
135154999
090894999
Stop Event
iter limit
node limit
iter limit
Counts
186 → 272
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
(*.f64 #s(literal 1/2 binary64) r)
#s(literal 1/2 binary64)
r
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
p
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64))
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))
(fabs.f64 p)
(-.f64 (fabs.f64 r) r)
(fabs.f64 r)
#s(literal -1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64)))
(-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p))
(/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) p)
(+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))
(/.f64 (*.f64 q q) p)
(*.f64 q q)
(*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (neg p) #s(hole binary64 (* -1 p)))
#s(approx p #s(hole binary64 p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) r) p)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (/ (+ (* p (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))) (pow q 2)) p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (/ (pow q 2) (pow p 2)))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (/ (- (* -1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (/ (- (* p (- (* -1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))) (pow q 2)) (pow p 2))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (/ (pow q 2) (pow p 2)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (/ (- (* -1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (pow q 2) (pow p 2))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) (pow p 2))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (/ (+ (* 1/2 (* p (- (+ (fabs p) (fabs r)) r))) (pow q 2)) p)))
#s(approx (/ (* q q) p) #s(hole binary64 (/ (pow q 2) p)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 -1/2))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 -1/2))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1 (/ (pow q 2) (pow p 2))) (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (/ (- (* -1 (/ (pow q 2) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) 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 (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* -1 (/ (- (/ (pow q 2) p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (/ (- (/ (pow q 2) p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p))))
#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 (* 1/2 r) #s(hole binary64 (* 1/2 r)))
#s(approx r #s(hole binary64 r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (+ (fabs p) (fabs r)) p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p)))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (+ (fabs p) (fabs r)) p)))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r)))))
#s(approx (- (fabs r) r) #s(hole binary64 (fabs r)))
#s(approx (- (fabs r) r) #s(hole binary64 (+ (fabs r) (* -1 r))))
#s(approx (fabs r) #s(hole binary64 (fabs r)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (+ (* -1/2 r) (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (- (* 1/2 (/ r p)) (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (- (* 1/2 (/ r p)) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)) p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (+ (* -1/2 (/ r p)) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r)))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs 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 (* 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* r (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (/ r p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 r)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) r) #s(hole binary64 (* r (- (/ (fabs r) r) 1))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* r (- (/ (* p (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))))) r) 1/2))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* r (+ (* -1 (/ (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2)))) r)) (* 1/2 (/ 1 p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* r (+ (* -1 (/ (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))) r)) (* 1/2 (/ 1 p))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1/2 (/ r p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* r (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* p r))) (/ (pow q 2) (* (pow p 2) r))) (* 1/2 (/ 1 p))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* r (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (/ (pow q 2) (* p r))) 1/2))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs 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/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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1 (* r (- (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p)))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r)))))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (fabs r) r)))))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (* p (+ 1/2 (+ (* 1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ (pow q 2) (pow p 2))))) r)))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (* r (- (+ (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (+ (* 1/2 (/ 1 r)) (/ (pow q 2) (* (pow p 2) r)))) (* 1/2 (/ 1 p)))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* -1 (* r (- (+ (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ (pow q 2) (* (pow p 2) r))) (* 1/2 (/ 1 p)))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* -1 (* r (+ (* -1 (/ (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))) r)) (* 1/2 (/ 1 p)))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) p)) r)))))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) 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))))
#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 (neg q) #s(hole binary64 (* -1 q)))
#s(approx q #s(hole binary64 q))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (+ (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) (/ (pow q 2) p))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* -1 (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (- (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2)))))
#s(approx (* q q) #s(hole binary64 (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 (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) #s(hole binary64 (* (pow q 2) (+ (/ 1 p) (/ (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) (pow q 2))))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(hole binary64 (* (pow q 2) (- (* -1 (/ (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))) (pow q 2))) (/ 1 (pow p 2))))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) #s(hole binary64 (* (pow q 2) (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) (* p (pow q 2)))) (/ 1 (pow p 2))))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) #s(hole binary64 (* (pow q 2) (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) (* p (pow q 2)))) (/ 1 (pow p 2))))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) #s(hole binary64 (* (pow q 2) (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) (pow q 2))) (/ 1 p)))))
#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)))))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
(*.f64 #s(literal -1 binary64) q)
(*.f64 q #s(literal -1 binary64))
(neg.f64 q)
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64)))
(*.f64 r #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) r)
#s(literal 1/2 binary64)
r
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
(*.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) p) #s(literal -1 binary64))
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) p))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) p))
(*.f64 #s(literal -1 binary64) p)
(*.f64 p #s(literal -1 binary64))
(neg.f64 p)
p
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (+.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))))
(-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 r p) r) p))
(/.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)) p)
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (pow.f64 (/.f64 r p) #s(literal 2 binary64))) (neg.f64 p)) (*.f64 (/.f64 (-.f64 p r) p) (neg.f64 r))) (*.f64 (/.f64 (-.f64 p r) p) (neg.f64 p)))
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (pow.f64 (/.f64 r p) #s(literal 2 binary64))) p) (*.f64 (/.f64 (-.f64 p r) p) r)) (*.f64 (/.f64 (-.f64 p r) p) p))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 3 binary64)) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (neg.f64 p)) (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal 2 binary64)) (*.f64 (/.f64 p p) (/.f64 r p)))) (neg.f64 r))) (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal 2 binary64)) (*.f64 (/.f64 p p) (/.f64 r p)))) (neg.f64 p)))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 3 binary64)) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) p) (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal 2 binary64)) (*.f64 (/.f64 p p) (/.f64 r p)))) r)) (*.f64 (+.f64 (pow.f64 (/.f64 p p) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal 2 binary64)) (*.f64 (/.f64 p p) (/.f64 r p)))) p))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 r p)) (neg.f64 p)) (*.f64 (neg.f64 p) (neg.f64 r))) (*.f64 p p))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 r p)) p) (*.f64 (neg.f64 p) r)) (*.f64 (neg.f64 p) p))
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 p p) (*.f64 r p)) (neg.f64 p)) (*.f64 (*.f64 p p) (neg.f64 r))) (pow.f64 (neg.f64 p) #s(literal 3 binary64)))
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 p p) (*.f64 r p)) p) (*.f64 (*.f64 p p) r)) (pow.f64 p #s(literal 3 binary64)))
(/.f64 (-.f64 (*.f64 (+.f64 r p) (neg.f64 p)) (*.f64 p (neg.f64 r))) (*.f64 p (neg.f64 p)))
(/.f64 (-.f64 (*.f64 (+.f64 r p) p) (*.f64 r p)) (*.f64 p p))
(/.f64 (+.f64 (*.f64 (neg.f64 p) p) (*.f64 (neg.f64 p) (-.f64 r r))) (*.f64 (neg.f64 p) p))
(/.f64 (+.f64 (*.f64 p p) (*.f64 p (-.f64 r r))) (*.f64 p p))
(/.f64 (-.f64 (neg.f64 (+.f64 r p)) (neg.f64 r)) (neg.f64 p))
(/.f64 (neg.f64 (-.f64 (+.f64 r p) r)) (neg.f64 p))
(/.f64 (-.f64 (+.f64 r p) r) p)
(-.f64 (/.f64 (+.f64 r p) p) (/.f64 r p))
(+.f64 (/.f64 p p) (/.f64 (-.f64 r r) p))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 r p) r))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 r r) #s(literal 2 binary64))) (-.f64 p (-.f64 r r)))
(/.f64 (-.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (+.f64 (*.f64 r r) (*.f64 (+.f64 r p) r))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 r r) #s(literal 3 binary64))) (+.f64 (*.f64 p p) (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (*.f64 p (-.f64 r r)))))
(-.f64 (+.f64 r p) r)
(+.f64 (-.f64 r r) p)
(+.f64 (+.f64 r p) (neg.f64 r))
(+.f64 p (-.f64 r r))
p
(/.f64 (-.f64 (*.f64 r r) (*.f64 r r)) (-.f64 r (neg.f64 r)))
(/.f64 (-.f64 (*.f64 r r) (*.f64 r r)) (+.f64 r r))
(/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 r r))))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (neg.f64 r) #s(literal 3 binary64))) (+.f64 (*.f64 r r) (-.f64 (*.f64 r r) (*.f64 r (neg.f64 r)))))
(-.f64 r r)
(+.f64 (neg.f64 r) r)
(+.f64 r (neg.f64 r))
r
#s(literal -1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p)))
(*.f64 (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) p) #s(literal -1 binary64))
(*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p))
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) p))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)))
(neg.f64 (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) p))
(/.f64 (-.f64 (pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 2 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)))))
(-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p) #s(literal -1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p))
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)))) p)
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)))) p)
(/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p))
(neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) p) p) (*.f64 p (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)))) (*.f64 p p))
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 q q) p) p) (*.f64 p (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))) (*.f64 p p))
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) p) (*.f64 p (/.f64 (*.f64 q q) p))) (*.f64 p p))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)))) (neg.f64 p))
(/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p)
(-.f64 (/.f64 (/.f64 (*.f64 q q) p) p) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))
(+.f64 (/.f64 (/.f64 (*.f64 q q) p) p) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)) (/.f64 (/.f64 (*.f64 q q) p) p))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)))))
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))))))
(-.f64 (/.f64 (*.f64 q q) p) (*.f64 (neg.f64 (-.f64 (+.f64 r p) r)) #s(literal 1/2 binary64)))
(-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)))
(+.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))
(+.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p))
(*.f64 q (/.f64 q p))
(/.f64 (neg.f64 (*.f64 q q)) (neg.f64 p))
(/.f64 (*.f64 q q) p)
(*.f64 (neg.f64 (fabs.f64 q)) (neg.f64 (fabs.f64 q)))
(*.f64 (neg.f64 (neg.f64 q)) (neg.f64 (neg.f64 q)))
(*.f64 (fabs.f64 (fabs.f64 q)) (fabs.f64 (fabs.f64 q)))
(*.f64 (exp.f64 (log.f64 q)) (exp.f64 (log.f64 q)))
(*.f64 (fabs.f64 q) (fabs.f64 q))
(*.f64 (neg.f64 q) (neg.f64 q))
(*.f64 q q)
(pow.f64 (exp.f64 (log.f64 q)) #s(literal 2 binary64))
(pow.f64 (fabs.f64 q) #s(literal 2 binary64))
(pow.f64 (neg.f64 q) #s(literal 2 binary64))
(pow.f64 (*.f64 q q) #s(literal 1 binary64))
(pow.f64 q #s(literal 2 binary64))
(fabs.f64 (*.f64 q q))
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)))
(+.f64 (cosh.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))))
(*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r p) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 r #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) p) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (*.f64 r #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r))))
#s(approx (neg p) (neg.f64 p))
#s(approx (fabs p) p)
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r))) p))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (/.f64 (-.f64 (+.f64 r p) r) p))
#s(approx (+ (fabs p) (- (fabs r) r)) (-.f64 (+.f64 r p) r))
#s(approx (fabs p) p)
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)) (*.f64 q q)) p))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r))) p) (*.f64 q q)) p))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) (*.f64 q q)) (*.f64 p p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r))) p) (*.f64 q q)) (*.f64 p p)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) (*.f64 q q)) (*.f64 p p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (/.f64 (*.f64 q q) (*.f64 p p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)) (*.f64 q q)) (*.f64 p p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (/.f64 (*.f64 q q) p))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)) (*.f64 q q)) p))
#s(approx (/ (* q q) p) (/.f64 (*.f64 q q) p))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 r p) r)) p) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 r p) r)) p) #s(literal 1/2 binary64))) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 r p) r)) p) #s(literal 1/2 binary64)))) p))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 p #s(literal 1/2 binary64)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))) p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(literal -1/2 binary64))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 p #s(literal 1/2 binary64)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))) p))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p))) p))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) #s(literal -1/2 binary64))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (-.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 q q) p)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))) p))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)) #s(literal 1/2 binary64)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (/.f64 (-.f64 (/.f64 (*.f64 q q) p) (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64))) (neg.f64 p)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 q q) p)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))) p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 p #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) r) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (*.f64 p #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (*.f64 (-.f64 (+.f64 r p) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* 1/2 r) (*.f64 r #s(literal 1/2 binary64)))
#s(approx (fabs r) r)
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (-.f64 (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 r #s(literal 1/2 binary64))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 r p)) (*.f64 #s(literal -1/2 binary64) r)) p) #s(literal 1/2 binary64)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 r p)) (*.f64 #s(literal -1/2 binary64) r)) p))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (/.f64 (+.f64 r p) p))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (+.f64 (/.f64 (+.f64 r p) p) (/.f64 (neg.f64 r) p)))
#s(approx (+ (fabs p) (- (fabs r) r)) (+.f64 r p))
#s(approx (+ (fabs p) (- (fabs r) r)) (-.f64 (+.f64 r p) r))
#s(approx (- (fabs r) r) r)
#s(approx (- (fabs r) r) (-.f64 r r))
#s(approx (fabs r) r)
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p))) p))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (+.f64 (*.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p))) p) (*.f64 #s(literal -1/2 binary64) r)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p)))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (-.f64 (-.f64 (/.f64 (*.f64 r #s(literal 1/2 binary64)) p) #s(literal 1/2 binary64)) (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (-.f64 (/.f64 (-.f64 (*.f64 r #s(literal 1/2 binary64)) (*.f64 (+.f64 r p) #s(literal 1/2 binary64))) p) (/.f64 (*.f64 q q) (*.f64 p p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (/.f64 (+.f64 (*.f64 (+.f64 r p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)) p))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (+.f64 (*.f64 (/.f64 r p) #s(literal -1/2 binary64)) (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p)))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (+.f64 (*.f64 (+.f64 r p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (+.f64 (+.f64 (*.f64 (+.f64 r p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)) (*.f64 #s(literal -1/2 binary64) r)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (*.f64 (+.f64 r p) #s(literal 1/2 binary64)))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (-.f64 (*.f64 #s(literal -1/2 binary64) r) (*.f64 #s(literal -1/2 binary64) (+.f64 r p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r p) p) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (-.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (+.f64 r p) p) r))) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (-.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (+.f64 r p) p) r))) #s(literal 1/2 binary64))) r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (/.f64 (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) r) #s(literal 1/2 binary64)) r))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) p) (*.f64 (/.f64 (/.f64 (+.f64 r p) p) r) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/2 binary64) r)) r))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) p) (*.f64 (/.f64 (/.f64 (+.f64 r p) p) r) #s(literal -1/2 binary64))) r))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (/.f64 (neg.f64 r) p))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (/.f64 (+.f64 r p) p) r) (pow.f64 p #s(literal -1 binary64))) r))
#s(approx (+ (fabs p) (- (fabs r) r)) (neg.f64 r))
#s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 (-.f64 (/.f64 (+.f64 r p) r) #s(literal 1 binary64)) r))
#s(approx (- (fabs r) r) (neg.f64 r))
#s(approx (- (fabs r) r) (*.f64 (-.f64 (/.f64 r r) #s(literal 1 binary64)) r))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (-.f64 (*.f64 p (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p))) r)) #s(literal 1/2 binary64)) r))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (*.f64 (+.f64 (/.f64 (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p)))) r) (/.f64 #s(literal 1/2 binary64) p)) r))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (*.f64 (+.f64 (/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p)))) r) (/.f64 #s(literal 1/2 binary64) p)) r))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (*.f64 (/.f64 r p) #s(literal -1/2 binary64)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))) r) (/.f64 #s(literal 1/2 binary64) p)) r))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 (+.f64 r p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)) r) #s(literal 1/2 binary64)) r))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) p) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) r) (*.f64 (-.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 r p) p))) r)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (neg.f64 r) (+.f64 (*.f64 p (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) #s(literal 1/2 binary64))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (/.f64 (+.f64 r p) p) r) #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (/.f64 (+.f64 r p) p) r)) (pow.f64 p #s(literal -1 binary64)))))
#s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 r p) r)) #s(literal 1 binary64))))
#s(approx (- (fabs r) r) (*.f64 (neg.f64 r) (+.f64 (/.f64 (neg.f64 r) r) #s(literal 1 binary64))))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (*.f64 p (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64))) (/.f64 (*.f64 q q) (*.f64 p p))) r))) #s(literal 1/2 binary64))))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (*.f64 (neg.f64 r) (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) r)) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 (/.f64 (/.f64 (+.f64 r p) p) r) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))) r) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (*.f64 (neg.f64 r) (+.f64 (/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 r p) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p)))) r) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 r p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) p)) r)) #s(literal 1/2 binary64))))
#s(approx (* (+ (fabs p) (- (fabs r) r)) 1/2) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 r p) r) #s(literal 1/2 binary64)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (-.f64 (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (+.f64 r p) r) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64))))
#s(approx (neg q) (neg.f64 q))
#s(approx q q)
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (+.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))) p) (/.f64 (*.f64 q q) p)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (-.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64))))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (+.f64 (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))))
#s(approx (* q q) (*.f64 q q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))) (*.f64 (/.f64 (+.f64 r p) q) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))) #s(literal 1 binary64)) q))
#s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64))) p) (*.f64 q q)) (pow.f64 p #s(literal -1 binary64))) (*.f64 q q)))
#s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (*.f64 (-.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 r p) r) p) #s(literal -1/2 binary64)))) (*.f64 q q)) (pow.f64 p #s(literal -2 binary64))) (*.f64 q q)))
#s(approx (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) (*.f64 (-.f64 (/.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal -1/2 binary64)) (*.f64 (*.f64 q q) p)) (pow.f64 p #s(literal -2 binary64))) (*.f64 q q)))
#s(approx (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) (*.f64 (*.f64 q q) p)) (pow.f64 p #s(literal -2 binary64))) (*.f64 q q)))
#s(approx (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64)) (*.f64 q q)) (pow.f64 p #s(literal -1 binary64))) (*.f64 q q)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal -1/2 binary64)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 r p))) q)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (*.f64 #s(literal -1/2 binary64) (+.f64 r p))) q)) #s(literal 1 binary64))))

eval46.0ms (0.9%)

Memory
0.6MiB live, 92.2MiB allocated; 8ms collecting garbage
Compiler

Compiled 16 141 to 1 801 computations (88.8% saved)

prune25.0ms (0.5%)

Memory
3.7MiB live, 56.1MiB allocated; 5ms collecting garbage
Pruning

22 alts after pruning (19 fresh and 3 done)

PrunedKeptTotal
New31010320
Fresh4913
Picked235
Done000
Total31622338
Accuracy
78.6%
Counts
338 → 22
Alt Table
Click to see full alt table
StatusAccuracyProgram
16.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) r))))
36.2%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
10.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 p))))
17.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)))
10.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
20.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
14.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
35.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
15.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 r r) p) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
11.4%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
8.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))))
21.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))))
5.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64)))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
2.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
5.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
36.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
11.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))))
6.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r)))))
29.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p)))
3.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
Compiler

Compiled 1 533 to 1 124 computations (26.7% saved)

series34.0ms (0.6%)

Memory
10.5MiB live, 56.9MiB allocated; 3ms collecting garbage
Counts
37 → 214
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 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)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(fabs.f64 p)
p
(fabs.f64 r)
r
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 q #s(literal 2 binary64))
q
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
(*.f64 #s(literal -1/2 binary64) p)
#s(literal -1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r))))
(*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 r p) r)))
#s(literal 1/2 binary64)
(+.f64 p (-.f64 (+.f64 r p) r))
(-.f64 (+.f64 r p) r)
(+.f64 r p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)
(-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))
(*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64))
(/.f64 (+.f64 r p) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(neg.f64 p)
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))
(*.f64 (/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p) #s(literal -1/2 binary64))
(/.f64 (+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r))) p)
(+.f64 (fabs.f64 p) #s(approx (- (fabs r) r) (neg.f64 r)))
#s(approx (- (fabs r) r) (neg.f64 r))
(neg.f64 r)
Outputs
#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 (- (+ (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 (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx p #s(hole binary64 p))
#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 (* -1/2 p) #s(hole binary64 (* -1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (* 1/2 (+ p (- (+ r p) r))) #s(hole binary64 p))
#s(approx (+ p (- (+ r p) r)) #s(hole binary64 (* 2 p)))
#s(approx (- (+ r p) r) #s(hole binary64 p))
#s(approx (+ r p) #s(hole binary64 r))
#s(approx (+ r p) #s(hole binary64 (+ p r)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ r q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 p) (* q (- (* 1/2 (/ r q)) 1)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (- (* 1/2 (/ r q)) 1)))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (- (+ (* 1/2 (/ p q)) (* 1/2 (/ r q))) 1)))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* 1/2 (/ r q))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (+ (* 1/2 (/ p q)) (* 1/2 (/ r q)))))
#s(approx (/ (+ r p) q) #s(hole binary64 (/ r q)))
#s(approx (/ (+ r p) q) #s(hole binary64 (+ (/ p q) (/ r q))))
#s(approx (neg p) #s(hole binary64 (* -1 p)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) r) p)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r)))
#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 (- (+ (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 (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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (+ r p) #s(hole binary64 p))
#s(approx (+ r p) #s(hole binary64 (* p (+ 1 (/ r p)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* p (+ 1/2 (/ (* q (- (* 1/2 (/ r q)) 1)) p)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ p q))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* p (- (+ (* 1/2 (/ r (* p q))) (* 1/2 (/ 1 q))) (/ 1 p)))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* 1/2 (/ p q))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* p (+ (* 1/2 (/ r (* p q))) (* 1/2 (/ 1 q))))))
#s(approx (/ (+ r p) q) #s(hole binary64 (/ p q)))
#s(approx (/ (+ r p) q) #s(hole binary64 (* p (+ (/ 1 q) (/ r (* p q))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 -1/2))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -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/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 (- (+ (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 (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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 1)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* q (- (* 1/2 (/ r q)) 1)) p)) 1/2)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (* 1/2 (/ r q)) 1) p)) (* 1/2 (/ 1 q)))))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ r (* p q))) (* 1/2 (/ 1 q)))))))
#s(approx (/ (+ r p) q) #s(hole binary64 (* -1 (* p (- (* -1 (/ r (* p q))) (/ 1 q))))))
#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 (- (+ (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 (fabs r) #s(hole binary64 (fabs r)))
#s(approx r #s(hole binary64 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ p q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 r) (* q (- (* 1/2 (/ p q)) 1)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (- (* 1/2 (/ p q)) 1)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1/2 (/ (+ (fabs p) (fabs r)) p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p)))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (+ (fabs p) (fabs r)) p)))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r)))))
#s(approx (- (fabs r) r) #s(hole binary64 (fabs r)))
#s(approx (- (fabs r) r) #s(hole binary64 (+ (fabs r) (* -1 r))))
#s(approx (neg r) #s(hole binary64 (* -1 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 (* 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 (- (+ (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 (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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))))
#s(approx (+ r p) #s(hole binary64 (* r (+ 1 (/ p r)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* r (+ 1/2 (/ (* q (- (* 1/2 (/ p q)) 1)) r)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ r q))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* r (- (+ (* 1/2 (/ p (* q r))) (* 1/2 (/ 1 q))) (/ 1 r)))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* r (+ (* 1/2 (/ p (* q r))) (* 1/2 (/ 1 q))))))
#s(approx (/ (+ r p) q) #s(hole binary64 (* r (+ (/ 1 q) (/ p (* q r))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* r (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (/ r p))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* r (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 r)))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 r)))
#s(approx (- (fabs r) r) #s(hole binary64 (* r (- (/ (fabs r) r) 1))))
#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 (- (+ (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 (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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* r (- (* -1 (/ p r)) 1)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* r (- (* -1 (/ (* q (- (* 1/2 (/ p q)) 1)) r)) 1/2)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* 1/2 (/ p q)) 1) r)) (* 1/2 (/ 1 q)))))))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ p (* q r))) (* 1/2 (/ 1 q)))))))
#s(approx (/ (+ r p) q) #s(hole binary64 (* -1 (* r (- (* -1 (/ p (* q r))) (/ 1 q))))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))))
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) #s(hole binary64 (* -1 (* r (- (* 1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p)))))))
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (* -1 (* r (+ (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p))))))
#s(approx (+ (fabs p) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r)))))))
#s(approx (- (fabs r) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (fabs r) 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))))
#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 (- (+ (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 (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 (* q 2) #s(hole binary64 (* 2 q)))
#s(approx q #s(hole binary64 q))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ p r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ p r)))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ (+ p r) q))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (/ (+ (* -1 q) (* 1/2 (+ p r))) q)))
#s(approx (* (/ (+ r p) q) 1/2) #s(hole binary64 (* 1/2 (/ (+ p r) q))))
#s(approx (/ (+ r p) q) #s(hole binary64 (/ (+ p r) q)))
#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 (- (+ (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 (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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 q)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ (+ p r) q)) 1))))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 -1))
#s(approx (- (* (/ (+ r p) q) 1/2) 1) #s(hole binary64 (- (* 1/2 (/ (+ p r) q)) 1)))
#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 (- (+ (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)))))
#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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ p r) q)))))))
Calls

9 calls:

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

rewrite231.0ms (4.4%)

Memory
-12.5MiB live, 227.8MiB allocated; 106ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

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

eval52.0ms (1%)

Memory
0.2MiB live, 97.7MiB allocated; 12ms collecting garbage
Compiler

Compiled 16 117 to 1 803 computations (88.8% saved)

prune23.0ms (0.4%)

Memory
7.6MiB live, 54.7MiB allocated; 2ms collecting garbage
Pruning

22 alts after pruning (17 fresh and 5 done)

PrunedKeptTotal
New3486354
Fresh31114
Picked325
Done033
Total35422376
Accuracy
82.8%
Counts
376 → 22
Alt Table
Click to see full alt table
StatusAccuracyProgram
17.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)))
19.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 r r)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))) r)))
36.2%
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
10.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
20.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
14.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
35.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
8.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))))
11.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) (/.f64 #s(literal 1/2 binary64) p))))))
21.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))))
5.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64)))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
2.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
5.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
36.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
35.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p)))))
11.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))))
31.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))))))
15.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
29.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p)))
3.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
Compiler

Compiled 1 611 to 1 157 computations (28.2% saved)

series37.0ms (0.7%)

Memory
25.0MiB live, 71.4MiB allocated; 3ms collecting garbage
Counts
37 → 283
Calls
Call 1
Inputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
r
(fabs.f64 p)
p
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 q #s(literal 2 binary64))
q
#s(literal 2 binary64)
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p))
#s(approx (* 1/2 (+ p (- (+ r p) r))) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p))))
(-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p)))
(neg.f64 q)
(*.f64 #s(literal -1/2 binary64) (+.f64 r p))
#s(literal -1/2 binary64)
(+.f64 r p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))))
(*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p)))
(neg.f64 p)
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
(/.f64 (*.f64 r #s(literal 1/2 binary64)) p)
(*.f64 r #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)
(-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)
(+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))
(/.f64 (neg.f64 p) r)
Outputs
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (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 r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx p #s(hole binary64 p))
#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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (* 1/2 (+ p (- (+ r p) r))) #s(hole binary64 p))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ r q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 p) (* q (- (* 1/2 (/ r q)) 1)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (+ q (* -1/2 r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* 1/2 p) (+ q (* -1/2 r)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1/2 r)))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (+ (* -1/2 p) (* -1/2 r))))
#s(approx (+ r p) #s(hole binary64 r))
#s(approx (+ r p) #s(hole binary64 (+ p r)))
#s(approx (neg p) #s(hole binary64 (* -1 p)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (/ (* r 1/2) p) #s(hole binary64 (* 1/2 (/ r 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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (/ (+ (fabs r) (fabs p)) r) #s(hole binary64 (/ (+ (fabs p) (fabs r)) r)))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 1))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (+ 1 (* -1 (/ p r)))))
#s(approx (/ (neg p) r) #s(hole binary64 (* -1 (/ p r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* p (+ 1/2 (/ (* q (- (* 1/2 (/ r q)) 1)) p)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* p (+ 1/2 (* -1 (/ (+ q (* -1/2 r)) p))))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1/2 p)))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* p (- (* -1/2 (/ r p)) 1/2))))
#s(approx (+ r p) #s(hole binary64 p))
#s(approx (+ r p) #s(hole binary64 (* p (+ 1 (/ r p)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 -1/2))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 p))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ p r)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p)))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* -1 (/ p r))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* p (- (/ 1 p) (/ 1 r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* q (- (* 1/2 (/ r q)) 1)) p)) 1/2)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* p (- (+ (* -1/2 (/ r p)) (/ q p)) 1/2)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1 (* p (+ 1/2 (* 1/2 (/ r p)))))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 1)))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p)) 1)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r))))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* -1 (* p (- (/ 1 r) (/ 1 p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (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 r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (fabs r) #s(hole binary64 (fabs r)))
#s(approx r #s(hole binary64 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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ p q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 r) (* q (- (* 1/2 (/ p q)) 1)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (+ q (* -1/2 p)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* 1/2 r) (+ q (* -1/2 p)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)))
#s(approx (* r 1/2) #s(hole binary64 (* 1/2 r)))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* -1 p))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -1 p))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -1 p)) r)))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (/ (+ r (* -1 p)) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* r (+ 1/2 (/ (* q (- (* 1/2 (/ p q)) 1)) r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 r)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* r (+ 1/2 (* -1 (/ (+ q (* -1/2 p)) r))))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* r (- (* -1/2 (/ p r)) 1/2))))
#s(approx (+ r p) #s(hole binary64 (* r (+ 1 (/ p r)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 r)))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 -1))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* r (- (* -1 (/ (* q (- (* 1/2 (/ p q)) 1)) r)) 1/2)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* r (- (+ (* -1/2 (/ p r)) (/ q r)) 1/2)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1 (* r (+ 1/2 (* 1/2 (/ p r)))))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* r (- (* -1 (/ p r)) 1)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 (* r (- (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))) (/ p r))))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (* -1 (/ (- (* -1 (+ (fabs p) (fabs r))) p) r)) 1)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* q 2) #s(hole binary64 (* 2 q)))
#s(approx q #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/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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ p r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ p r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 (+ p r))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* -1 q) (* -1/2 (+ p r)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 q)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ (+ p r) q)) 1))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 q)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* q (- (* 1/2 (/ (+ p r) q)) 1))))
#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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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)))))
#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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ p r) q)))))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ p r) q)))))))
#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
6.0ms
r
@0
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (* q 2) q 2 1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (* 1/2 (+ p (- (+ r p) r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (* (/ (+ r p) q) 1/2) 1) q) (- (neg q) (* -1/2 (+ r p))) (neg q) (* -1/2 (+ r p)) -1/2 (+ r p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/ (* r 1/2) p) (* r 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1) (/ (neg p) r))
4.0ms
p
@0
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (* q 2) q 2 1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (* 1/2 (+ p (- (+ r p) r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (* (/ (+ r p) q) 1/2) 1) q) (- (neg q) (* -1/2 (+ r p))) (neg q) (* -1/2 (+ r p)) -1/2 (+ r p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/ (* r 1/2) p) (* r 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1) (/ (neg p) r))
4.0ms
r
@-inf
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (* q 2) q 2 1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (* 1/2 (+ p (- (+ r p) r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (* (/ (+ r p) q) 1/2) 1) q) (- (neg q) (* -1/2 (+ r p))) (neg q) (* -1/2 (+ r p)) -1/2 (+ r p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/ (* r 1/2) p) (* r 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1) (/ (neg p) r))
4.0ms
p
@inf
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (* q 2) q 2 1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (* 1/2 (+ p (- (+ r p) r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (* (/ (+ r p) q) 1/2) 1) q) (- (neg q) (* -1/2 (+ r p))) (neg q) (* -1/2 (+ r p)) -1/2 (+ r p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/ (* r 1/2) p) (* r 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1) (/ (neg p) r))
4.0ms
p
@-inf
((* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (* q 2) q 2 1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (* 1/2 (+ p (- (+ r p) r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (* (/ (+ r p) q) 1/2) 1) q) (- (neg q) (* -1/2 (+ r p))) (neg q) (* -1/2 (+ r p)) -1/2 (+ r p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/ (* r 1/2) p) (* r 1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1) (/ (neg p) r))

rewrite198.0ms (3.8%)

Memory
-15.4MiB live, 267.8MiB allocated; 24ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
0106411085
0109410649
1598110589
0802510589
Stop Event
iter limit
node limit
iter limit
Counts
320 → 388
Calls
Call 1
Inputs
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
r
(fabs.f64 p)
p
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 q #s(literal 2 binary64))
q
#s(literal 2 binary64)
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p))
#s(approx (* 1/2 (+ p (- (+ r p) r))) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p))))
(-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 r p)))
(neg.f64 q)
(*.f64 #s(literal -1/2 binary64) (+.f64 r p))
#s(literal -1/2 binary64)
(+.f64 r p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))))
(*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p)))
(neg.f64 p)
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 r #s(literal 1/2 binary64)) p))
(/.f64 (*.f64 r #s(literal 1/2 binary64)) p)
(*.f64 r #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r))
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))) r)
(-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)
(+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))
(/.f64 (neg.f64 p) r)
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (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 r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r))))
#s(approx (fabs p) #s(hole binary64 (fabs p)))
#s(approx p #s(hole binary64 p))
#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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) r))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r)))))
#s(approx (* 1/2 (+ p (- (+ r p) r))) #s(hole binary64 p))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ r q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 p) (* q (- (* 1/2 (/ r q)) 1)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (+ q (* -1/2 r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* 1/2 p) (+ q (* -1/2 r)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1/2 r)))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (+ (* -1/2 p) (* -1/2 r))))
#s(approx (+ r p) #s(hole binary64 r))
#s(approx (+ r p) #s(hole binary64 (+ p r)))
#s(approx (neg p) #s(hole binary64 (* -1 p)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p)))
#s(approx (/ (* r 1/2) p) #s(hole binary64 (* 1/2 (/ r 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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))
#s(approx (/ (+ (fabs r) (fabs p)) r) #s(hole binary64 (/ (+ (fabs p) (fabs r)) r)))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 1))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (+ 1 (* -1 (/ p r)))))
#s(approx (/ (neg p) r) #s(hole binary64 (* -1 (/ p r))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* 1/2 p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p))))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* p (+ 1/2 (/ (* q (- (* 1/2 (/ r q)) 1)) p)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 p)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* p (+ 1/2 (* -1 (/ (+ q (* -1/2 r)) p))))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1/2 p)))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* p (- (* -1/2 (/ r p)) 1/2))))
#s(approx (+ r p) #s(hole binary64 p))
#s(approx (+ r p) #s(hole binary64 (* p (+ 1 (/ r p)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 -1/2))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 p))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ p r)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p)))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* -1 (/ p r))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* p (- (/ 1 p) (/ 1 r)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 p)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* q (- (* 1/2 (/ r q)) 1)) p)) 1/2)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* p (- (+ (* -1/2 (/ r p)) (/ q p)) 1/2)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1 (* p (+ 1/2 (* 1/2 (/ r p)))))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 1)))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p)) 1)))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r))))))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (* -1 (* p (- (/ 1 r) (/ 1 p))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (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 r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (fabs r) #s(hole binary64 (fabs r)))
#s(approx r #s(hole binary64 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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ p q)) 1))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* 1/2 r) (* q (- (* 1/2 (/ p q)) 1)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (+ q (* -1/2 p)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* 1/2 r) (+ q (* -1/2 p)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2)))
#s(approx (* r 1/2) #s(hole binary64 (* 1/2 r)))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* -1 p))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -1 p))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -1 p)) r)))
#s(approx (+ (/ (neg p) r) 1) #s(hole binary64 (/ (+ r (* -1 p)) r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1/2 r)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* r (+ 1/2 (/ (* q (- (* 1/2 (/ p q)) 1)) r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 r)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* r (+ 1/2 (* -1 (/ (+ q (* -1/2 p)) r))))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* r (- (* -1/2 (/ p r)) 1/2))))
#s(approx (+ r p) #s(hole binary64 (* r (+ 1 (/ p r)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* 1/2 (/ r p))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r))))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 r)))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r)))))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 -1))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 r)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 r))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(hole binary64 (* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r))))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* r (- (* -1 (/ (* q (- (* 1/2 (/ p q)) 1)) r)) 1/2)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* r (- (+ (* -1/2 (/ p r)) (/ q r)) 1/2)))))
#s(approx (* -1/2 (+ r p)) #s(hole binary64 (* -1 (* r (+ 1/2 (* 1/2 (/ p r)))))))
#s(approx (+ r p) #s(hole binary64 (* -1 (* r (- (* -1 (/ p r)) 1)))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p)))))))
#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 (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) #s(hole binary64 (* -1 (* r (- (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))) (/ p r))))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(hole binary64 (- (* -1 (/ (- (* -1 (+ (fabs p) (fabs r))) p) r)) 1)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p)))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 r) (fabs p)) (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 (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 (* q 2) #s(hole binary64 (* 2 q)))
#s(approx q #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/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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ p r))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ p r)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* 1/2 (+ p r))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (- (* -1 q) (* -1/2 (+ p r)))))
#s(approx (neg q) #s(hole binary64 (* -1 q)))
#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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 q)))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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 (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 (* (/ 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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 q)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* q (- (* 1/2 (/ (+ p r) q)) 1))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 q)))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* q (- (* 1/2 (/ (+ p r) q)) 1))))
#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 (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 q))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))))
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) 1/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 (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q)))
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))))
#s(approx (- (+ (fabs r) (fabs p)) (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 r) (fabs p)) (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)))))
#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 (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ p r) q)))))))
#s(approx (- (neg q) (* -1/2 (+ r p))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ p r) q)))))))
#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
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64))))
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (fabs.f64 p) #s(literal 2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (fabs.f64 r)))
(/.f64 (-.f64 (pow.f64 (fabs.f64 r) #s(literal 2 binary64)) (pow.f64 (fabs.f64 p) #s(literal 2 binary64))) (-.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))) (+.f64 (pow.f64 (fabs.f64 p) #s(literal 2 binary64)) (-.f64 (pow.f64 (fabs.f64 r) #s(literal 2 binary64)) (*.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 (pow.f64 (fabs.f64 r) #s(literal 2 binary64)) (-.f64 (pow.f64 (fabs.f64 p) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (fabs.f64 p)))))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(+.f64 (fabs.f64 p) (fabs.f64 r))
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 r r))
(fabs.f64 (neg.f64 r))
(fabs.f64 r)
r
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 p p))
(fabs.f64 (neg.f64 p))
(fabs.f64 p)
p
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
(*.f64 q #s(literal 2 binary64))
(*.f64 #s(literal 2 binary64) q)
(+.f64 q q)
q
#s(literal 2 binary64)
#s(literal 1/2 binary64)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p))
#s(approx (* 1/2 (+ p (- (+ r p) r))) p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64)))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (neg.f64 q) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 p r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) (+.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (neg.f64 q) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 p r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal 1/2 binary64))))
(/.f64 (-.f64 (pow.f64 (neg.f64 q) #s(literal 3 binary64)) (*.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) #s(literal -1/8 binary64))) (+.f64 (pow.f64 (neg.f64 q) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 (+.f64 p r) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64))))))
(/.f64 (+.f64 (pow.f64 (neg.f64 q) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 p r) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (neg.f64 q) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (+.f64 p r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal 1/2 binary64))))))
(-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64)))
(+.f64 (*.f64 (+.f64 p r) #s(literal 1/2 binary64)) (neg.f64 q))
(+.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal 1/2 binary64)))
(*.f64 #s(literal -1 binary64) q)
(*.f64 q #s(literal -1 binary64))
(neg.f64 q)
(*.f64 (+.f64 p r) #s(literal -1/2 binary64))
(*.f64 #s(literal -1/2 binary64) (+.f64 p r))
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) p) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) r) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal -1/2 binary64) p) (*.f64 #s(literal -1/2 binary64) r)))
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 p #s(literal 3 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) p) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) p) (*.f64 #s(literal -1/2 binary64) r)))))
(-.f64 (*.f64 #s(literal -1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) r))
(+.f64 (*.f64 #s(literal -1/2 binary64) p) (*.f64 #s(literal -1/2 binary64) r))
(+.f64 (*.f64 #s(literal -1/2 binary64) r) (*.f64 #s(literal -1/2 binary64) p))
#s(literal -1/2 binary64)
(/.f64 (-.f64 (*.f64 r r) (*.f64 p p)) (-.f64 r p))
(/.f64 (-.f64 (*.f64 p p) (*.f64 r r)) (-.f64 p r))
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 (*.f64 r r) (-.f64 (*.f64 p p) (*.f64 p r))))
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (*.f64 p p) (-.f64 (*.f64 r r) (*.f64 p r))))
(+.f64 p r)
(+.f64 r p)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p)))
(*.f64 #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p))
(*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))
(neg.f64 (*.f64 p #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))))
(*.f64 #s(literal -1 binary64) p)
(*.f64 p #s(literal -1 binary64))
(neg.f64 p)
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))
(*.f64 (/.f64 r p) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (/.f64 r p))
(*.f64 r (/.f64 #s(literal 1/2 binary64) p))
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) r)) (neg.f64 p))
(/.f64 (*.f64 #s(literal 1/2 binary64) r) p)
(*.f64 #s(literal 1/2 binary64) r)
(*.f64 r #s(literal 1/2 binary64))
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r)) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r)))
#s(literal 1/2 binary64)
#s(literal 1 binary64)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r))
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r)
(*.f64 r (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 2 binary64)) (pow.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 2 binary64)) (+.f64 (pow.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))))
(-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64))
(-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r))
(-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))
(+.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 r) r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 p) r) #s(literal 2 binary64)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)))
(/.f64 (+.f64 (pow.f64 (/.f64 (fabs.f64 p) r) #s(literal 3 binary64)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (fabs.f64 p) r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)))))
(/.f64 (+.f64 (*.f64 (fabs.f64 p) r) (*.f64 r (fabs.f64 r))) (*.f64 r r))
(/.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r))
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)
(+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))
(+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r))
(/.f64 (-.f64 (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (neg.f64 p) r)))
(/.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))))
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (/.f64 (neg.f64 p) r) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 p) r)))))
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 p r)))
(+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))
(+.f64 #s(literal 1 binary64) (/.f64 (neg.f64 p) r))
(*.f64 (/.f64 p r) #s(literal -1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 p r))
(/.f64 (neg.f64 (neg.f64 p)) (neg.f64 r))
(/.f64 (neg.f64 p) r)
(neg.f64 (/.f64 p r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) p) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p)))
#s(approx (fabs p) (fabs.f64 p))
#s(approx p p)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r))) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (-.f64 (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64))) p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) p) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))))
#s(approx (* 1/2 (+ p (- (+ r p) r))) p)
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (-.f64 (*.f64 (/.f64 r q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (+.f64 (*.f64 (-.f64 (*.f64 (/.f64 r q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q) (*.f64 #s(literal 1/2 binary64) p)))
#s(approx (- (neg q) (* -1/2 (+ r p))) (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) r) q)))
#s(approx (- (neg q) (* -1/2 (+ r p))) (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) p) q) (*.f64 #s(literal -1/2 binary64) r)))
#s(approx (* -1/2 (+ r p)) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* -1/2 (+ r p)) (*.f64 (+.f64 p r) #s(literal -1/2 binary64)))
#s(approx (+ r p) r)
#s(approx (+ r p) (+.f64 p r))
#s(approx (neg p) (neg.f64 p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))) p))
#s(approx (/ (* r 1/2) p) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) p) (*.f64 (neg.f64 r) (pow.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) p)) (sqrt.f64 (+.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) r) p))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (-.f64 (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal 1 binary64)))
#s(approx (/ (+ (fabs r) (fabs p)) r) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r))
#s(approx (+ (/ (neg p) r) 1) #s(literal 1 binary64))
#s(approx (+ (/ (neg p) r) 1) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)))
#s(approx (/ (neg p) r) (/.f64 (neg.f64 p) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) r)) (pow.f64 p #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p)))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) p)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 (*.f64 q q) (*.f64 p p)))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64))) p))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 r q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q) p) #s(literal 1/2 binary64)) p))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (+.f64 (/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) r) q)) p) #s(literal 1/2 binary64)) p))
#s(approx (* -1/2 (+ r p)) (*.f64 #s(literal -1/2 binary64) p))
#s(approx (* -1/2 (+ r p)) (*.f64 (-.f64 (*.f64 (/.f64 r p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) p))
#s(approx (+ r p) p)
#s(approx (+ r p) (*.f64 (+.f64 (/.f64 r p) #s(literal 1 binary64)) p))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) #s(literal -1/2 binary64))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) r)) (pow.f64 p #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (+.f64 (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p)))) p))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) p)
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (*.f64 (+.f64 (*.f64 r (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) p)) #s(literal 1 binary64)) p))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/.f64 p r))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (*.f64 (-.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p r)) (pow.f64 r #s(literal -1 binary64))) (pow.f64 p #s(literal -1 binary64))) p))
#s(approx (+ (/ (neg p) r) 1) (/.f64 (neg.f64 p) r))
#s(approx (+ (/ (neg p) r) 1) (*.f64 (-.f64 (pow.f64 p #s(literal -1 binary64)) (pow.f64 r #s(literal -1 binary64))) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) (*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal -1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) p)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64))) (fabs.f64 p)) r) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) p))) r) p)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (-.f64 r (*.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64))) p)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) r) p)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) p) (*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p)) (*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal -1/2 binary64))) p)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 r q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q) p)) #s(literal 1/2 binary64))))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) r) q) p) #s(literal 1/2 binary64))))
#s(approx (* -1/2 (+ r p)) (*.f64 (neg.f64 p) (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 r p) #s(literal -1/2 binary64)))))
#s(approx (+ r p) (*.f64 (neg.f64 p) (-.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) p)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64))) (fabs.f64 p)) r) p)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) p))) r) p)) #s(literal 1 binary64))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (*.f64 r (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) p))) #s(literal 1 binary64))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) p)) (pow.f64 r #s(literal -1 binary64)))))
#s(approx (+ (/ (neg p) r) 1) (*.f64 (neg.f64 p) (-.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 p #s(literal -1 binary64)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) r) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (fabs r) (fabs.f64 r))
#s(approx r r)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r))) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (-.f64 (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64))) r) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/4 binary64))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))) r) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (-.f64 (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/2 binary64) r)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (-.f64 (*.f64 (/.f64 p q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (+.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (*.f64 (/.f64 p q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)))
#s(approx (- (neg q) (* -1/2 (+ r p))) (neg.f64 (-.f64 q (*.f64 #s(literal 1/2 binary64) p))))
#s(approx (- (neg q) (* -1/2 (+ r p))) (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) q) (*.f64 #s(literal -1/2 binary64) p)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) (*.f64 (/.f64 r p) #s(literal -1/2 binary64))) #s(literal 1/2 binary64)))
#s(approx (* r 1/2) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 p r)) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) r) (*.f64 (neg.f64 p) (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)))) r)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (-.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 p)))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (/.f64 (-.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 p)) r))
#s(approx (+ (/ (neg p) r) 1) (/.f64 (+.f64 (neg.f64 p) r) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 r r)) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) p)) (pow.f64 r #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r)))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) r)
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) (/.f64 (*.f64 q q) (*.f64 r r)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal -1/2 binary64) r))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (/.f64 (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) r) #s(literal 1/2 binary64)) r))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 p q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q) r) #s(literal 1/2 binary64)) r))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (+.f64 (/.f64 (neg.f64 (-.f64 q (*.f64 #s(literal 1/2 binary64) p))) r) #s(literal 1/2 binary64)) r))
#s(approx (* -1/2 (+ r p)) (*.f64 (-.f64 (*.f64 (/.f64 p r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r))
#s(approx (+ r p) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (+.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p r)) #s(literal -1/2 binary64)) (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) r))) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 r r)) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64))) r))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) p)) (pow.f64 r #s(literal 3 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (+.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r)))) r))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (neg.f64 r))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) #s(literal -1 binary64))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) r) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)))) r)) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) r)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 p)) p) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) r))) p) r)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (-.f64 p (*.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64))) r)) #s(literal 1 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) p) r)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 q q) r) (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 p (/.f64 (*.f64 q q) r)) (*.f64 q q))) r)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)))) r)) #s(literal 1/2 binary64))))
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (neg.f64 r) (+.f64 (*.f64 p (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) #s(literal 1/2 binary64))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 p q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q) r)) #s(literal 1/2 binary64))))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 q (*.f64 #s(literal 1/2 binary64) p)) r) #s(literal 1/2 binary64))))
#s(approx (* -1/2 (+ r p)) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 p r) #s(literal -1/2 binary64)))))
#s(approx (+ r p) (*.f64 (neg.f64 r) (-.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64))))
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r)) (/.f64 #s(literal 1/2 binary64) p))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) r)
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) (fabs.f64 p)) p) r)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) r))) p) r)) #s(literal 1 binary64))))
#s(approx (* (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) r) (*.f64 (neg.f64 r) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) p) r))))
#s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) p) r)) #s(literal 1 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 p r)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal -3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (-.f64 p (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 p r))) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) p) r))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) #s(literal 2 binary64))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) p) r))
#s(approx (* q 2) (*.f64 q #s(literal 2 binary64)))
#s(approx q q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal -1 binary64))) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (+.f64 p r) #s(literal 1/2 binary64)))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64))))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (+.f64 p r) #s(literal 1/2 binary64)))
#s(approx (- (neg q) (* -1/2 (+ r p))) (-.f64 (neg.f64 q) (*.f64 (+.f64 p r) #s(literal -1/2 binary64))))
#s(approx (neg q) (neg.f64 q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 p r)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal -3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q)) (fabs.f64 r))) p))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q #s(literal 2 binary64)))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (neg.f64 q))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 p r) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (- (neg q) (* -1/2 (+ r p))) (neg.f64 q))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 p r) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -2 binary64) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64))) q))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))) q))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) q)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q)) #s(literal 1 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q #s(literal 2 binary64)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (/.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) (fabs.f64 p)) q)) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q))) q)) #s(literal 2 binary64))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -2 binary64) q))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q)))))
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 q q))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) q)) #s(literal 1 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q)) #s(literal 1 binary64))))
#s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (*.f64 (neg.f64 q) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 p r) q) #s(literal 1/2 binary64)))))
#s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (neg.f64 q) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 p r) q) #s(literal 1/2 binary64)))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q #s(literal 2 binary64)))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (/.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) q) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) (fabs.f64 p)) q)) #s(literal 2 binary64))))
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 q q)) (*.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q))) q)) #s(literal 2 binary64))))

eval49.0ms (0.9%)

Memory
7.4MiB live, 99.0MiB allocated; 7ms collecting garbage
Compiler

Compiled 16 459 to 1 769 computations (89.3% saved)

prune30.0ms (0.6%)

Memory
23.6MiB live, 70.7MiB allocated; 2ms collecting garbage
Pruning

23 alts after pruning (17 fresh and 6 done)

PrunedKeptTotal
New35010360
Fresh5712
Picked415
Done055
Total35923382
Accuracy
82.8%
Counts
382 → 23
Alt Table
Click to see full alt table
StatusAccuracyProgram
14.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(approx (- (/ (+ (fabs r) (fabs p)) r) (+ (/ (neg p) r) 1)) (-.f64 (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal 1 binary64))) r)))
36.2%
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) #s(literal 1/2 binary64))
20.0%
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) #s(literal 1/2 binary64))
10.9%
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 p))) #s(literal 1/2 binary64))
14.7%
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64)) r)) #s(literal 1/2 binary64))
18.0%
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 r r)) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64))
5.9%
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) p) #s(literal 1/2 binary64))
10.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64)))
35.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 r p) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q))
8.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 r (/.f64 #s(literal 1/2 binary64) p)))))
21.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))))
19.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1/2 binary64)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))))
2.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r))
5.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
2.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
36.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
36.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r)))))
25.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) #s(approx (- (neg q) (* -1/2 (+ r p))) (*.f64 (+.f64 (/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) r) q)) p) #s(literal 1/2 binary64)) p))))
11.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (-.f64 (+.f64 r p) r) #s(literal 1/2 binary64))))
31.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))))))
15.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
29.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p)))
3.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
Compiler

Compiled 2 588 to 918 computations (64.5% saved)

regimes93.0ms (1.8%)

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

7 calls:

14.0ms
(pow.f64 q #s(literal 2 binary64))
14.0ms
r
13.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)))))))
12.0ms
q
12.0ms
p
Results
AccuracySegmentsBranch
61.5%3(pow.f64 q #s(literal 2 binary64))
61.5%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
49.6%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))))))
49.6%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)))))))
52.3%3p
53.7%4r
61.5%3q
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes19.0ms (0.4%)

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

3 calls:

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

Compiled 9 to 15 computations (-66.7% saved)

regimes32.0ms (0.6%)

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

7 calls:

8.0ms
r
4.0ms
q
4.0ms
p
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
41.3%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))))))
41.3%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)))))))
41.7%2r
46.4%3p
44.8%3(pow.f64 q #s(literal 2 binary64))
44.8%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
47.1%4q
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes5.0ms (0.1%)

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

1 calls:

4.0ms
p
Results
AccuracySegmentsBranch
44.1%2p
Compiler

Compiled 1 to 3 computations (-200% saved)

regimes13.0ms (0.2%)

Memory
-19.7MiB live, 26.7MiB allocated; 4ms collecting garbage
Counts
2 → 1
Calls
Call 1
Inputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
Calls

7 calls:

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

Compiled 51 to 54 computations (-5.9% saved)

regimes8.0ms (0.1%)

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

Total -0.0b remaining (-0%)

Threshold costs -0b (-0%)

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

7 calls:

1.0ms
r
1.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
1.0ms
p
1.0ms
q
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.2%1(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))
3.2%1(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
3.2%1r
3.2%1p
3.2%1(pow.f64 q #s(literal 2 binary64))
3.2%1(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
3.2%1q
Compiler

Compiled 51 to 54 computations (-5.9% saved)

bsearch58.0ms (1.1%)

Memory
-28.4MiB live, 115.3MiB allocated; 9ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
27.0ms
4.861260039993078e+79
1.2149700154169793e+82
22.0ms
2.7093931897467197e+35
3.232028931343829e+36
Samples
28.0ms115×1valid
9.0ms87×0valid
2.0ms2valid
Compiler

Compiled 1 322 to 925 computations (30% saved)

Precisions
Click to see histograms. Total time spent on operations: 31.0ms
adjust: 9.0ms (28.8% of total)
ival-pow2: 6.0ms (19.2% of total)
ival-mult: 4.0ms (12.8% of total)
ival-sub: 3.0ms (9.6% of total)
ival-add: 3.0ms (9.6% of total)
ival-sqrt: 2.0ms (6.4% of total)
ival-fabs: 2.0ms (6.4% of total)
ival-div: 1.0ms (3.2% 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.9MiB live, 3.9MiB allocated; 0ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
1.0ms
4.861260039993078e+79
1.2149700154169793e+82
Compiler

Compiled 704 to 493 computations (30% saved)

bsearch81.0ms (1.5%)

Memory
6.2MiB live, 149.3MiB allocated; 16ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
38.0ms
3.5771122450702675e-264
1.9050360155446299e-255
36.0ms
-4.9548159742245274e+212
-3.0590816585968134e+211
Samples
30.0ms91×2valid
20.0ms106×0valid
13.0ms59×1valid
Compiler

Compiled 1 108 to 850 computations (23.3% saved)

Precisions
Click to see histograms. Total time spent on operations: 53.0ms
ival-pow2: 20.0ms (37.6% of total)
adjust: 11.0ms (20.7% of total)
ival-mult: 5.0ms (9.4% of total)
ival-add: 5.0ms (9.4% of total)
ival-sub: 4.0ms (7.5% of total)
ival-sqrt: 4.0ms (7.5% of total)
ival-div: 2.0ms (3.8% of total)
ival-fabs: 2.0ms (3.8% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

bsearch1.0ms (0%)

Memory
3.2MiB live, 3.2MiB allocated; 0ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
1.0ms
3.5771122450702675e-264
1.9050360155446299e-255
Compiler

Compiled 709 to 528 computations (25.5% saved)

simplify43.0ms (0.8%)

Memory
3.4MiB live, 49.3MiB allocated; 16ms collecting garbage
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
083504
1173504
2410498
31455489
Stop Event
node limit
Calls
Call 1
Inputs
(if (<=.f64 q #s(literal 279999999999999998596122731654152192 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))))) (if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r)))))))
(if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r))))))
(if (<=.f64 p #s(literal -37000000000000000953162443613506581173088006232143718832563045320874146280388408646066781967190607850431075910118194841375267156633687519223639743045385361117232366366752458062652155829464482917323127571250937856 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64))) (if (<=.f64 p #s(literal 250939902289441/132073632783916311588084946229129151629711831509030380531990177256668475639181214868604313971914296973668598748314282169720586889875671384312634744615734894227096670999751271042182879419106610263256058227052797101037007073187890434709599224691759119122384645224434499584 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))))
(if (<=.f64 p #s(literal 250939902289441/132073632783916311588084946229129151629711831509030380531990177256668475639181214868604313971914296973668598748314282169720586889875671384312634744615734894227096670999751271042182879419106610263256058227052797101037007073187890434709599224691759119122384645224434499584 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)
Outputs
(if (<=.f64 q #s(literal 279999999999999998596122731654152192 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))))) (if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r)))))))
(if (<=.f64 q #s(literal 279999999999999998596122731654152192 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))))) (if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (neg.f64 (+.f64 q (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r))))))))
(if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r))))))
(if (<=.f64 q #s(literal 900000000000000013403525240944953826076375071089611321745074722150046737035689984 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (neg (/ (+ (/ (* q q) p) (* (+ (fabs p) (- (fabs r) r)) 1/2)) p)) 1/2)) (/.f64 (*.f64 q q) p))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (* (/ (+ r p) q) 1/2) 1) q) (neg.f64 (+.f64 q (*.f64 #s(literal -1/2 binary64) #s(approx (+ r p) r)))))))
(if (<=.f64 p #s(literal -37000000000000000953162443613506581173088006232143718832563045320874146280388408646066781967190607850431075910118194841375267156633687519223639743045385361117232366366752458062652155829464482917323127571250937856 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r p) r) p) #s(literal 1/2 binary64))) (if (<=.f64 p #s(literal 250939902289441/132073632783916311588084946229129151629711831509030380531990177256668475639181214868604313971914296973668598748314282169720586889875671384312634744615734894227096670999751271042182879419106610263256058227052797101037007073187890434709599224691759119122384645224434499584 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))))
(if (<=.f64 p #s(literal 250939902289441/132073632783916311588084946229129151629711831509030380531990177256668475639181214868604313971914296973668598748314282169720586889875671384312634744615734894227096670999751271042182879419106610263256058227052797101037007073187890434709599224691759119122384645224434499584 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (* 1/2 (+ p (- (+ r p) r))) p)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) q)

derivations234.0ms (4.4%)

Memory
-26.6MiB live, 268.9MiB allocated; 19ms collecting garbage
Stop Event
fuel
Compiler

Compiled 528 to 86 computations (83.7% saved)

preprocess94.0ms (1.8%)

Memory
14.6MiB live, 109.4MiB allocated; 18ms collecting garbage
Compiler

Compiled 1 724 to 472 computations (72.6% saved)

end0.0ms (0%)

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

Profiling

Loading profile data...