
Time bar (total: 5.5s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 100% | 99.9% | 0% | 0.1% | 0% | 0% | 0% | 1 |
Compiled 24 to 20 computations (16.7% saved)
| 869.0ms | 2 359× | 2 | valid |
| 826.0ms | 3 108× | 1 | valid |
| 271.0ms | 2 789× | 0 | valid |
ival-mult!: 496.0ms (30% of total)ival-pow2: 347.0ms (21% of total)adjust: 309.0ms (18.7% of total)ival-sub!: 144.0ms (8.7% of total)ival-sqrt: 143.0ms (8.6% of total)ival-fabs: 122.0ms (7.4% of total)ival-add!: 94.0ms (5.7% of total)Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 205 |
| 1 | 187 | 204 |
| 2 | 533 | 204 |
| 3 | 2359 | 204 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 19.9% | (*.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))))))) |
(abs q)
(sort p r)
Compiled 40 to 36 computations (10% saved)
| 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 (+ 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) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -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 (* -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 (+ 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 (* 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 (+ 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) (+ 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)) (/ (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 (* -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 (+ 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 (* (/ 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 (* 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 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -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 (* -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 (* -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)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 17.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 | 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) |
| 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) |
| 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) |
| 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) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 778 | 5553 |
| 0 | 796 | 5379 |
| 1 | 4930 | 5343 |
| 0 | 8104 | 5022 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| 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 (+ 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) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -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 (* -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 (+ 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 (* 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 (+ 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) (+ 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)) (/ (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 (* -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 (+ 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 (* (/ 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 (* 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 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (- (* -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 (* -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 (* -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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))))) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 3/2 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (*.f64 (fabs.f64 r) (fabs.f64 r))) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (fma.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (fabs.f64 p) (*.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (fabs.f64 r))) (fma.f64 (fabs.f64 p) (fabs.f64 p) (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (-.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (-.f64 p r) (-.f64 p r)))) |
(/.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (fma.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (-.f64 p r) (-.f64 p r)))))) |
(fma.f64 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) |
(fma.f64 (-.f64 p r) (-.f64 p r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (-.f64 p r) (-.f64 p r))) |
(-.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (-.f64 p r) (-.f64 p r))) |
(+.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.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 (*.f64 (-.f64 p r) (-.f64 p r)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 p r)) (/.f64 #s(literal 1 binary64) (-.f64 p r)))) |
(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 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 r r) r)) (fma.f64 p p (fma.f64 r r (*.f64 r p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r))) |
(-.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 p (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 p (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) #s(literal 1/2 binary64))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 p (-.f64 (*.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p)) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 p (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p)))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 #s(literal -2 binary64) (*.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r)))) |
#s(approx (pow (- p r) 2) (*.f64 r r)) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 #s(literal -2 binary64) p r) r)) |
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r))) |
#s(approx (- 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 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p 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 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))) #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 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p)) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) (/.f64 (neg.f64 r) p))) 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 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.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 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 4 binary64) (/.f64 (*.f64 r r) (*.f64 p p)))) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) (/.f64 (*.f64 r r) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) 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 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 q q)) (neg.f64 (/.f64 (*.f64 (*.f64 q q) r) p))) p))) p)) #s(literal 1/2 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 (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 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (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 (fabs.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) p)) (fabs.f64 r))) r) p)) #s(literal 1 binary64)))) |
#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 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) 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 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 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 (fma.f64 r #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) p))) p)) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 r r) p))) 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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 r (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 r (-.f64 (*.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p)) #s(literal -1/2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx r r) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (*.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 r (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p)))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 #s(literal -2 binary64) (*.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p)))) |
#s(approx (pow (- p r) 2) (fma.f64 (*.f64 #s(literal -2 binary64) p) r (*.f64 p p))) |
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p))) |
#s(approx (- 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 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (*.f64 (*.f64 r r) r))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) #s(literal 1/2 binary64)) 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)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r)) r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r))) r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (*.f64 (*.f64 r r) r)) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 2 binary64) (/.f64 (neg.f64 p) r))) 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 (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 2 binary64) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.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 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 r r)))) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) (/.f64 (*.f64 p p) (*.f64 r r))) #s(literal 1 binary64)) (*.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 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) 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 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 q q)) (neg.f64 (*.f64 p (/.f64 (*.f64 q q) r)))) r))) r)) #s(literal 1/2 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 (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 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (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 (fabs.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r)) (fabs.f64 r))) p) r)) #s(literal 1 binary64)))) |
#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 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) 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 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) p) r)) #s(literal 1 binary64)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r))) r)) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 p p) r))) r)) #s(literal 1 binary64)) (*.f64 r r))) |
#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)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q 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 r (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.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)) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))) (*.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 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) p) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) #s(literal -2 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 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))) (*.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))) (*.f64 (-.f64 p r) (-.f64 p r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) |
#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 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal -1/8 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 (fma.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 (*.f64 q q) (*.f64 q q))))) #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 (fma.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal -1/4 binary64) (-.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 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal 1/64 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal 2 binary64)))) q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 (*.f64 q q) (*.f64 q q)))) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal -1/64 binary64) (fma.f64 (pow.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal 3 binary64)) #s(literal 1/512 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))) #s(literal 2 binary64)) q)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.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)))))) (*.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 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) 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)))))) (neg.f64 (*.f64 q (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) q))) q)) #s(literal 1 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 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) q) #s(literal 1/4 binary64) (fabs.f64 r))) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal 1/64 binary64) (*.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) q)) (fabs.f64 r)) (fabs.f64 p)) q)) #s(literal 2 binary64)) q))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (*.f64 (*.f64 q q) (*.f64 q q)))) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal -1/64 binary64) (fma.f64 (pow.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal 3 binary64)) #s(literal 1/512 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))) #s(literal 2 binary64)))) |
Compiled 3 562 to 1 202 computations (66.3% saved)
24 alts after pruning (24 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 164 | 24 | 188 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 165 | 24 | 189 |
| Status | Accuracy | Program |
|---|---|---|
| 18.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))))) | |
| 6.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 p p))))) | |
| ▶ | 30.3% | (*.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 q)))) |
| 11.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r))) r))) | |
| 2.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p))) | |
| 12.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r)) r))) | |
| 2.5% | (*.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p)) p))) | |
| 2.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) | |
| 16.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) | |
| 2.5% | #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))) | |
| ▶ | 15.5% | #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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
| 2.5% | #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)) | |
| 17.3% | #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)) | |
| 2.5% | #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)))) | |
| 2.2% | #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)))) | |
| ▶ | 38.2% | #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)))) |
| 13.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) | |
| ▶ | 13.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
| 2.9% | #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)) | |
| 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) | |
| 3.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) | |
| ▶ | 30.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
Compiled 1 414 to 1 346 computations (4.8% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(neg.f64 p) |
p |
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) |
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal -1/2 binary64) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
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)))) (+.f64 q q)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) |
(+.f64 q 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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(*.f64 q q) |
#s(literal 4 binary64) |
(*.f64 r r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(*.f64 p p) |
(*.f64 r p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
| 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) #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 (- (+ (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 (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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ 1/4 (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 4))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 6))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1/256 (/ (pow p 2) (pow q 8))) (* 1/64 (/ 1 (pow q 6))))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (* r p) #s(hole binary64 (* p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* -1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* (pow p 2) (- (* 1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#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 (- (+ (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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ 1 p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ 1 (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (+ 1 (* -4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1 (* 16 (/ (pow q 4) (pow p 4)))) (* 4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1 (* -64 (/ (pow q 6) (pow p 6)))) (+ (* -16 (/ (pow q 4) (pow p 4))) (* 4 (/ (pow q 2) (pow p 2))))) (pow p 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#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 (* -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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#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 (- (* (/ (+ (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) (* -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 r #s(hole binary64 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 (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* -1/8 (/ (pow r 2) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* (pow r 2) (- (* 1/128 (/ (pow r 2) (pow q 3))) (* 1/8 (/ 1 q))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* (pow r 2) (- (* (pow r 2) (+ (* -1/1024 (/ (pow r 2) (pow q 5))) (* 1/128 (/ 1 (pow q 3))))) (* 1/8 (/ 1 q))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 1/4 (/ (pow r 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2)))) |
#s(approx (* r r) #s(hole binary64 (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 (* 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 (* 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 (* r (- (/ (fabs r) r) 1)))) |
#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 (+ 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (/ (pow q 4) (pow r 4)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (* (pow r 2) (+ 1 (* 4 (/ (pow q 2) (pow r 2))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 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 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 (- (+ (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 (+ 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (pow q 2)) (/ (pow q 4) (pow r 2))) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 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 (- (+ (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* (pow q 2) (- (/ (pow q 2) (pow r 3)) (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 5))) (/ 1 (pow r 3)))) (/ 1 r)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* 2 (/ (pow q 2) r))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r))))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* -4 (/ (pow q 2) (pow p 4))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* 16 (/ (pow q 2) (pow p 6))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -64 (/ (pow q 2) (pow p 8))) (* 16 (/ 1 (pow p 6))))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* 2 (/ (pow q 2) p))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p))))))) |
#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 (* 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/128 (/ (pow r 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow r 2) (pow q 2)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (+ 1/4 (* -1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* 1/64 (/ (pow p 4) (pow q 4)))) (* 1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* -1/256 (/ (pow p 6) (pow q 6)))) (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/16 (/ (pow p 2) (pow q 2))))) (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 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 (- (* -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 (* -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 (* -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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow r 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow r 2)) (* 1/128 (/ (pow r 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ -1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 18.0ms | r | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) 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) r -1/2 1/2 (* (/ 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) 1 2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (* q q) 4) (* r r)) (* q q) 4 (* r r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1 (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* p p) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p)))) |
| 10.0ms | q | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) 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) r -1/2 1/2 (* (/ 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) 1 2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (* q q) 4) (* r r)) (* q q) 4 (* r r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1 (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* p p) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p)))) |
| 8.0ms | p | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) 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) r -1/2 1/2 (* (/ 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) 1 2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (* q q) 4) (* r r)) (* q q) 4 (* r r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1 (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* p p) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p)))) |
| 5.0ms | p | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) 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) r -1/2 1/2 (* (/ 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) 1 2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (* q q) 4) (* r r)) (* q q) 4 (* r r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1 (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* p p) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p)))) |
| 5.0ms | r | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (neg p) 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) r -1/2 1/2 (* (/ 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) 1 2 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (* q q) 4) (* r r)) (* q q) 4 (* r r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1 (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* p p) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1804 | 13515 |
| 0 | 1861 | 13351 |
| 0 | 8301 | 13025 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(neg.f64 p) |
p |
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) |
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal -1/2 binary64) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
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)))) (+.f64 q q)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) |
(+.f64 q 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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(*.f64 q q) |
#s(literal 4 binary64) |
(*.f64 r r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(*.f64 p p) |
(*.f64 r p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p 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 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) #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 (- (+ (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 (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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ 1/4 (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 4))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 6))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1/256 (/ (pow p 2) (pow q 8))) (* 1/64 (/ 1 (pow q 6))))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (* r p) #s(hole binary64 (* p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* -1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* (pow p 2) (- (* 1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#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 (- (+ (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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ 1 p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ 1 (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (+ 1 (* -4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1 (* 16 (/ (pow q 4) (pow p 4)))) (* 4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1 (* -64 (/ (pow q 6) (pow p 6)))) (+ (* -16 (/ (pow q 4) (pow p 4))) (* 4 (/ (pow q 2) (pow p 2))))) (pow p 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#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 (* -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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#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 (- (* (/ (+ (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) (* -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 r #s(hole binary64 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 (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* -1/8 (/ (pow r 2) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* (pow r 2) (- (* 1/128 (/ (pow r 2) (pow q 3))) (* 1/8 (/ 1 q))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* (pow r 2) (- (* (pow r 2) (+ (* -1/1024 (/ (pow r 2) (pow q 5))) (* 1/128 (/ 1 (pow q 3))))) (* 1/8 (/ 1 q))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 1/4 (/ (pow r 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2)))) |
#s(approx (* r r) #s(hole binary64 (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 (* 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 (* 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 (* r (- (/ (fabs r) r) 1)))) |
#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 (+ 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (/ (pow q 4) (pow r 4)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (* (pow r 2) (+ 1 (* 4 (/ (pow q 2) (pow r 2))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 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 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 (- (+ (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 (+ 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (fabs r))) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (pow q 2)) (/ (pow q 4) (pow r 2))) r)) (* 1/2 (+ (fabs p) (fabs r)))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 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 (- (+ (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* (pow q 2) (- (/ (pow q 2) (pow r 3)) (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 5))) (/ 1 (pow r 3)))) (/ 1 r)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* 2 (/ (pow q 2) r))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r))))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* -4 (/ (pow q 2) (pow p 4))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* 16 (/ (pow q 2) (pow p 6))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -64 (/ (pow q 2) (pow p 8))) (* 16 (/ 1 (pow p 6))))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* 2 (/ (pow q 2) p))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p))))))) |
#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 (* 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/128 (/ (pow r 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow r 2) (pow q 2)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (+ 1/4 (* -1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* 1/64 (/ (pow p 4) (pow q 4)))) (* 1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* -1/256 (/ (pow p 6) (pow q 6)))) (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/16 (/ (pow p 2) (pow q 2))))) (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 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 (- (* -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 (* -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 (* -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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow r 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow r 2)) (* 1/128 (/ (pow r 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (/ -1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
(*.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 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64))) #s(literal 1/4 binary64)) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 (*.f64 (/.f64 (+.f64 (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 (neg.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))) (neg.f64 p)) |
(/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) |
(+.f64 (/.f64 (fabs.f64 p) p) (/.f64 (-.f64 (fabs.f64 r) r) p)) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 r r)) (+.f64 (fabs.f64 r) r)) |
(/.f64 (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (*.f64 (*.f64 r r) r)) (fma.f64 r r (fma.f64 r r (*.f64 (fabs.f64 r) r)))) |
(-.f64 (fabs.f64 r) r) |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 r) |
r |
#s(literal -1/2 binary64) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
q |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 r r)) (-.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))) (fma.f64 p p (-.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) |
(/.f64 (-.f64 (*.f64 q q) (*.f64 q q)) (-.f64 q q)) |
(/.f64 (fma.f64 (*.f64 q q) q (*.f64 (*.f64 q q) q)) (fma.f64 q q (-.f64 (*.f64 q q) (*.f64 q q)))) |
(+.f64 q 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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 p p) (*.f64 (fabs.f64 r) (fabs.f64 p))))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 (*.f64 r r) (*.f64 r r))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 r r))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 r r) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 r r) (*.f64 r r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 r r))))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 r r)) |
(*.f64 (fabs.f64 q) (fabs.f64 q)) |
(*.f64 (neg.f64 q) (neg.f64 q)) |
(*.f64 q q) |
(pow.f64 q #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(*.f64 (neg.f64 r) (neg.f64 r)) |
(*.f64 (fabs.f64 r) (fabs.f64 r)) |
(*.f64 r r) |
(pow.f64 r #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 r) #s(literal 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) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (-.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p))))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p)) |
(*.f64 (neg.f64 p) (neg.f64 p)) |
(*.f64 (fabs.f64 p) (fabs.f64 p)) |
(*.f64 p p) |
(pow.f64 p #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64))) |
(*.f64 r p) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 p (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 binary64))))))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (neg p) (*.f64 #s(literal -1 binary64) p)) |
#s(approx p p) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (/.f64 (fma.f64 #s(literal -1/2 binary64) p (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) p)) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) |
#s(approx (+ (fabs p) (- (fabs r) r)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (-.f64 (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))) (*.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 p (fma.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 p (fma.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 binary64))))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p r) q) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 p (fma.f64 #s(literal -1/8 binary64) (/.f64 p q) (*.f64 #s(literal 1/4 binary64) (/.f64 r q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 p (fma.f64 #s(literal 1/4 binary64) (/.f64 r q) (*.f64 p (-.f64 (*.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 p r) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) q)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) q)))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 #s(literal -1/4 binary64) (/.f64 p q) (*.f64 #s(literal 1/2 binary64) (/.f64 r q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (/.f64 r q) (*.f64 p (-.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p r) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 (*.f64 p p) (-.f64 (*.f64 #s(literal 3/256 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64)))) (*.f64 #s(literal 1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p p) (fma.f64 #s(literal -5/2048 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 7 binary64))) (*.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal -5 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 #s(literal 1/4 binary64) (*.f64 q q))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 (*.f64 p p) (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 6 binary64)))) (*.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal -4 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 8 binary64))) (*.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal -6 binary64))))) (*.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal -4 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
#s(approx (+ (* (* q q) 4) (* p p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) |
#s(approx (* p p) (*.f64 p p)) |
#s(approx (* r p) (*.f64 p r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) q)))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p p) (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/512 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q))))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 p p) (fma.f64 (*.f64 p p) (-.f64 (*.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64)))) (*.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 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)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) r)) 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) p)) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 p (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) 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 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (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))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 r p)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 r p)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 r p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1 binary64) p)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) p)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64)))))) p)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64))))) (*.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)))) (pow.f64 p #s(literal 6 binary64))))))) p)) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) (*.f64 p p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 16 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) (*.f64 p p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -64 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) (fma.f64 #s(literal -16 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))) (*.f64 p p))) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 (*.f64 p p) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 4 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 #s(literal -1 binary64) (*.f64 q q))) p) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (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))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (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 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p)))) r) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q))) p)))) r) p)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 r p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 r (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p))) p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 r (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 #s(literal 2 binary64) (*.f64 q q))) p))) p)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r))) p)) #s(literal 1/2 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r))) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 #s(literal -1 binary64) (*.f64 q q))) p) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r))))) p)) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r))) p)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (fma.f64 #s(literal -1 binary64) r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p))))) p)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (fma.f64 #s(literal -1 binary64) r (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q))) p))))) p)) #s(literal 1 binary64))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal -1 binary64) p)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64)))))) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (fma.f64 #s(literal -16 binary64) (pow.f64 q #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 4 binary64))))) (*.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)))) (pow.f64 p #s(literal 6 binary64))))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p)))) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (*.f64 q q))) p)))) p)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 4 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 p #s(literal 6 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 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 r (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 r (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64))))))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) (*.f64 #s(literal -1/2 binary64) r))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (-.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (*.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 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p))) |
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (*.f64 #s(literal 1/2 binary64) (/.f64 r p)))) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p))) |
#s(approx (+ (fabs p) (- (fabs r) r)) (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r)))) |
#s(approx (- (fabs r) r) (fabs.f64 r)) |
#s(approx (- (fabs r) r) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) r))) |
#s(approx r r) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 r (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 r (-.f64 (*.f64 r (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) (*.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 r (fma.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 r (fma.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 (*.f64 r r) (-.f64 (*.f64 #s(literal 1/128 binary64) (/.f64 (*.f64 r r) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 (*.f64 r r) (-.f64 (*.f64 (*.f64 r r) (fma.f64 #s(literal -1/1024 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal 1/128 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q))))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 r r) q)))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 r r) (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 r r) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 r r) (-.f64 (*.f64 (*.f64 r r) (fma.f64 #s(literal -1/512 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q))))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 r r) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 r r) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 r r) (fma.f64 (*.f64 r r) (-.f64 (*.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64)))) (*.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (+ (* (* q q) 4) (* r r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) |
#s(approx (* r r) (*.f64 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 r (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) p)) r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 #s(literal 1/2 binary64) (/.f64 r p))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 r (-.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) r) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) p))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) r))))) |
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 r (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) r) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) p))))) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 #s(literal -1 binary64) (/.f64 r p))) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) |
#s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 #s(literal -1 binary64) r)) |
#s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))) |
#s(approx (- (fabs r) r) (*.f64 r (-.f64 (/.f64 (fabs.f64 r) r) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 p r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 p r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 p r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 r (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 r (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 4 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) (*.f64 (*.f64 r r) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 r (-.f64 (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (*.f64 (/.f64 #s(literal 1 binary64) r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.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 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (/.f64 (*.f64 q q) r)) r)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 q q)) r) (*.f64 #s(literal -1 binary64) (*.f64 q q))) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (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 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) r))))) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64)) r)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) p)))))) |
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) r)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) p)))))) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 #s(literal -1 binary64) (*.f64 r (fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) r) (/.f64 #s(literal 1 binary64) p))))) |
#s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))))) |
#s(approx (- (fabs r) r) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (fabs.f64 r) r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (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 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r)))) p) r)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 q q)) r)) (*.f64 #s(literal 2 binary64) (*.f64 q q))) r)))) p) r)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 p r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 p (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r))) r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 p (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 p (*.f64 q q)) r) (*.f64 #s(literal 2 binary64) (*.f64 q q))) r))) r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 1/2 binary64))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 q q) r)) r)) #s(literal 1/2 binary64))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 q q) (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 r r))) r) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) r)) #s(literal 1/2 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r)))) r)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 r r))) (*.f64 #s(literal 2 binary64) (*.f64 q q))) r)))) r)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 4 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64)))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (fma.f64 #s(literal -1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 r (fma.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p 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) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (-.f64 p r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) |
#s(approx (neg q) (*.f64 #s(literal -1 binary64) q)) |
#s(approx q q) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)))))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p 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 #s(literal 2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 p (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 p (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 #s(literal 1 binary64) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) r)))) (/.f64 #s(literal 1 binary64) r))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r)))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) r)))))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) r))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) r)))))) r)) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (+.f64 r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (+.f64 r (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) r)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (+.f64 r (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) r)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) r)))))) |
#s(approx (* q q) (*.f64 q q)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (fma.f64 #s(literal 6 binary64) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))) (*.f64 (*.f64 q q) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -20 binary64) (/.f64 r (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal -5 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 6 binary64) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 (*.f64 q q) (fma.f64 #s(literal 6 binary64) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal 6 binary64) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -20 binary64) (/.f64 r (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal -5 binary64))))))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 6 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (fma.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 7 binary64))) (*.f64 #s(literal 6 binary64) (pow.f64 p #s(literal -5 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 16 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal -4 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (fma.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -64 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 8 binary64))) (*.f64 #s(literal 16 binary64) (pow.f64 p #s(literal -6 binary64))))) (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal -4 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p)))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))) p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (+.f64 p (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (+.f64 p (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (+.f64 p (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q))) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (fma.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)))) #s(literal 1 binary64)))) |
#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 q (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 r r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q))) #s(literal 1 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 r r) (*.f64 q q)) (fma.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)))) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) |
#s(approx (+ (* (* q q) 4) (* r r)) (*.f64 (*.f64 q q) (+.f64 #s(literal 4 binary64) (/.f64 (*.f64 r r) (*.f64 q q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p r)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (*.f64 q q)))) #s(literal 1 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (*.f64 p p) p) r)) (*.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p r)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (*.f64 q q))))) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q))) (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) q)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) q)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64))))))) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) q)) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) (*.f64 q q))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (-.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) (*.f64 q q))) |
#s(approx (/ 1 (+ (* (* q q) 4) (* p p))) (/.f64 (-.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/256 binary64) (/.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))))) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) (*.f64 q q))) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 (*.f64 q q) (+.f64 #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #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 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #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 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 q q)))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p r)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p r)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (*.f64 p p) p) r)) (*.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)))) (*.f64 q q)))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p r)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 q q)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p)))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) q))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 6 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 4 binary64))))))) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))))) |
Compiled 8 809 to 2 912 computations (66.9% saved)
32 alts after pruning (29 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 374 | 15 | 389 |
| Fresh | 5 | 14 | 19 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 381 | 32 | 413 |
| Status | Accuracy | Program |
|---|---|---|
| 18.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))))) | |
| 2.5% | (*.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 p r)))) | |
| 2.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p))) | |
| 12.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r)) r))) | |
| 2.5% | (*.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p)) p))) | |
| ▶ | 30.3% | (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
| 2.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) | |
| 2.5% | #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))) | |
| ✓ | 15.5% | #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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
| 1.5% | #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)) #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) #s(literal 1/2 binary64))) | |
| 17.3% | #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)) | |
| 2.2% | #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)))) | |
| ✓ | 38.2% | #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)))) |
| 11.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 #s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) | |
| 10.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) | |
| 8.7% | #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 #s(literal 1/2 binary64) (/.f64 r p))))) | |
| 13.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) | |
| ▶ | 12.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
| ▶ | 8.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))))) | |
| 2.9% | #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)) | |
| 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) | |
| ▶ | 3.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 30.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 21.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) | |
| ▶ | 15.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)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
| 15.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 p (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)))))) | |
| 13.4% | #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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) | |
| 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))))) | |
| 15.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) |
Compiled 2 092 to 1 972 computations (5.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
#s(literal 1/2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q 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) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
(*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
(*.f64 p r) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) |
#s(literal 1 binary64) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) |
#s(literal 4 binary64) |
(*.f64 q q) |
(*.f64 p p) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
(/.f64 #s(literal 1/2 binary64) q) |
(*.f64 r p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
| 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 (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* 1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* -1/16 (/ (* (pow p 2) r) (pow q 3))) (* 1/2 (/ r q)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* 3/256 (/ (* (pow p 2) r) (pow q 5))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* (pow p 2) (+ (* -5/2048 (/ (* (pow p 2) r) (pow q 7))) (* 3/256 (/ r (pow q 5))))))))))) |
#s(approx (* p r) #s(hole binary64 (* p r))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ 1/4 (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 4))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 6))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1/256 (/ (pow p 2) (pow q 8))) (* 1/64 (/ 1 (pow q 6))))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* -1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* (pow p 2) (- (* 1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#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 (+ 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* -2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (+ (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* -1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ 1 (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (+ 1 (* -4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1 (* 16 (/ (pow q 4) (pow p 4)))) (* 4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1 (* -64 (/ (pow q 6) (pow p 6)))) (+ (* -16 (/ (pow q 4) (pow p 4))) (* 4 (/ (pow q 2) (pow p 2))))) (pow p 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#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 (* -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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 r))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (* 2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* 2 (/ (* (pow q 2) r) (pow p 2))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (+ (* 1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6))) (* 2 (/ (* (pow q 2) r) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#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 (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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* (* p r) (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 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 (* 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 (+ 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 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* r (- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 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 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 (* -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 (+ 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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))) r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 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 #s(hole binary64 q)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* 6 (/ (* (pow q 2) r) (pow p 4)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* -20 (/ (* (pow q 2) r) (pow p 6))) (* 6 (/ r (pow p 4)))))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* -4 (/ (pow q 2) (pow p 4))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* 16 (/ (pow q 2) (pow p 6))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -64 (/ (pow q 2) (pow p 8))) (* 16 (/ 1 (pow p 6))))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* 2 (/ (pow q 2) p))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p))))))) |
#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 (* 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (+ 1/4 (* -1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* 1/64 (/ (pow p 4) (pow q 4)))) (* 1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* -1/256 (/ (pow p 6) (pow q 6)))) (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/16 (/ (pow p 2) (pow q 2))))) (pow q 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 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 (- (* -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 (* -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 (* -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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | p | @ | -inf | ((* 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))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) 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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ 1 (+ (* 4 (* q q)) (* p p))) 1 (+ (* 4 (* q q)) (* p p)) 4 (* q q) (* p p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1/2 q) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p))) |
| 4.0ms | r | @ | 0 | ((* 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))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) 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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ 1 (+ (* 4 (* q q)) (* p p))) 1 (+ (* 4 (* q q)) (* p p)) 4 (* q q) (* p p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1/2 q) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p))) |
| 4.0ms | p | @ | inf | ((* 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))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) 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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ 1 (+ (* 4 (* q q)) (* p p))) 1 (+ (* 4 (* q q)) (* p p)) 4 (* q q) (* p p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1/2 q) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p))) |
| 3.0ms | p | @ | 0 | ((* 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))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) 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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ 1 (+ (* 4 (* q q)) (* p p))) 1 (+ (* 4 (* q q)) (* p p)) 4 (* q q) (* p p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1/2 q) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p))) |
| 3.0ms | r | @ | -inf | ((* 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))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ q q) 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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ 1 (+ (* 4 (* q q)) (* p p))) 1 (+ (* 4 (* q q)) (* p p)) 4 (* q q) (* p p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/ 1/2 q) (* r p) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1566 | 12310 |
| 0 | 1602 | 11914 |
| 0 | 8126 | 11599 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
#s(literal 1/2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q 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) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
(*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
(*.f64 p r) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) |
#s(literal 1 binary64) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) |
#s(literal 4 binary64) |
(*.f64 q q) |
(*.f64 p p) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
(/.f64 #s(literal 1/2 binary64) q) |
(*.f64 r p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p 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 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 (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* 1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* -1/16 (/ (* (pow p 2) r) (pow q 3))) (* 1/2 (/ r q)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* 3/256 (/ (* (pow p 2) r) (pow q 5))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* (pow p 2) (+ (* -5/2048 (/ (* (pow p 2) r) (pow q 7))) (* 3/256 (/ r (pow q 5))))))))))) |
#s(approx (* p r) #s(hole binary64 (* p r))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ 1/4 (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 4))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 6))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1/256 (/ (pow p 2) (pow q 8))) (* 1/64 (/ 1 (pow q 6))))) (* 1/16 (/ 1 (pow q 4))))) (* 1/4 (/ 1 (pow q 2)))))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) q)) (* 2 q)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* -1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (* 2 q) (* (pow p 2) (+ (* (pow p 2) (- (* 1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))))) |
#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 (+ 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* -2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (+ (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* -1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ 1 (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (+ 1 (* -4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1 (* 16 (/ (pow q 4) (pow p 4)))) (* 4 (/ (pow q 2) (pow p 2)))) (pow p 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1 (* -64 (/ (pow q 6) (pow p 6)))) (+ (* -16 (/ (pow q 4) (pow p 4))) (* 4 (/ (pow q 2) (pow p 2))))) (pow p 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#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 (* -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 (+ 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 r))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (* 2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* 2 (/ (* (pow q 2) r) (pow p 2))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (+ (* 1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6))) (* 2 (/ (* (pow q 2) r) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#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 (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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* (* p r) (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 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 (* 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 (+ 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 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* r (- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 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 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 (* -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 (+ 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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))) r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 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 #s(hole binary64 q)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* 6 (/ (* (pow q 2) r) (pow p 4)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* -20 (/ (* (pow q 2) r) (pow p 6))) (* 6 (/ r (pow p 4)))))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* -4 (/ (pow q 2) (pow p 4))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* 16 (/ (pow q 2) (pow p 6))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -64 (/ (pow q 2) (pow p 8))) (* 16 (/ 1 (pow p 6))))) (* 4 (/ 1 (pow p 4))))) (/ 1 (pow p 2))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* 2 (/ (pow q 2) p))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p))))))) |
#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 (* 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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (+ 1/4 (* -1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* 1/64 (/ (pow p 4) (pow q 4)))) (* 1/16 (/ (pow p 2) (pow q 2)))) (pow q 2)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) #s(hole binary64 (/ (- (+ 1/4 (* -1/256 (/ (pow p 6) (pow q 6)))) (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/16 (/ (pow p 2) (pow q 2))))) (pow q 2)))) |
#s(approx (+ (* 4 (* q q)) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 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 (- (* -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 (* -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 (* -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 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
#s(literal 1/2 binary64) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q))) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (fabs.f64 r) (fabs.f64 r))) (-.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))) (fma.f64 p p (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
p |
(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 q)) |
(/.f64 (-.f64 (*.f64 q q) (*.f64 q q)) (-.f64 q q)) |
(/.f64 (fma.f64 (*.f64 q q) q (*.f64 (*.f64 q q) q)) (fma.f64 q q (-.f64 (*.f64 q q) (*.f64 q 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) |
#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 p) (fabs.f64 r)) 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 (fabs.f64 p) (fabs.f64 r)) r)))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 r r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 (*.f64 r r) r)) (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 r r (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
(*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
(*.f64 p r) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
(pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) |
#s(literal 1 binary64) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 #s(literal 4 binary64) (*.f64 q q)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p))))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) |
(-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 (neg.f64 p) p)) |
(+.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p)) |
#s(literal 4 binary64) |
(*.f64 (pow.f64 q #s(literal 1 binary64)) (pow.f64 q #s(literal 1 binary64))) |
(*.f64 (fabs.f64 q) (fabs.f64 q)) |
(*.f64 (neg.f64 q) (neg.f64 q)) |
(*.f64 q q) |
(pow.f64 q #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) |
(*.f64 (pow.f64 p #s(literal 1 binary64)) (pow.f64 p #s(literal 1 binary64))) |
(*.f64 (neg.f64 p) (neg.f64 p)) |
(*.f64 (fabs.f64 p) (fabs.f64 p)) |
(*.f64 p p) |
(pow.f64 p #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 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) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(fma.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 1/2 binary64) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+.f64 (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (-.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) |
(fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 q)) |
(/.f64 #s(literal 1/2 binary64) q) |
(*.f64 r p) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (-.f64 (*.f64 p p) (*.f64 (fabs.f64 r) (fabs.f64 p))))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p))))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 p) p)) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 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) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 p (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 binary64))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 p (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 binary64)))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (*.f64 #s(literal 1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx p p) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 p (fma.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 p (fma.f64 #s(literal -1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 p (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -3 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 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) 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 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p r) q) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 p (fma.f64 #s(literal -1/8 binary64) (/.f64 p q) (*.f64 #s(literal 1/4 binary64) (/.f64 r q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) (*.f64 p (fma.f64 #s(literal 1/4 binary64) (/.f64 r q) (*.f64 p (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 p r) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1 binary64) q)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p r) q)))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 #s(literal -1/4 binary64) (/.f64 p q) (*.f64 #s(literal 1/2 binary64) (/.f64 r q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (/.f64 r q) (*.f64 p (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p r) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 p (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 p p) r) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/2 binary64) (/.f64 r q))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (/.f64 r q) (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/16 binary64) (/.f64 r (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 3/256 binary64) (/.f64 (*.f64 (*.f64 p p) r) (pow.f64 q #s(literal 5 binary64))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 p (fma.f64 #s(literal 1/2 binary64) (/.f64 r q) (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/16 binary64) (/.f64 r (*.f64 (*.f64 q q) q)) (*.f64 (*.f64 p p) (fma.f64 #s(literal -5/2048 binary64) (/.f64 (*.f64 (*.f64 p p) r) (pow.f64 q #s(literal 7 binary64))) (*.f64 #s(literal 3/256 binary64) (/.f64 r (pow.f64 q #s(literal 5 binary64))))))))))) |
#s(approx (* p r) (*.f64 p r)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (*.f64 p p) (fma.f64 #s(literal 3/256 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (*.f64 p p) (fma.f64 (*.f64 p p) (fma.f64 #s(literal -5/2048 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 7 binary64))) (*.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal -5 binary64)))) (*.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) q)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 #s(literal 1/4 binary64) (*.f64 q q))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 (*.f64 p p) (fma.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) (*.f64 q q))))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 (*.f64 p p) (fma.f64 (*.f64 p p) (fma.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 8 binary64))) (*.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal -6 binary64)))) (*.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) (*.f64 q q))))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (+ (* 4 (* q q)) (* p p)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
#s(approx (+ (* 4 (* q q)) (* p p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) |
#s(approx (* p p) (*.f64 p p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q)))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p p) (fma.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p p) (fma.f64 (*.f64 p p) (fma.f64 #s(literal -1/512 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 p p) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 #s(literal 2 binary64) q (*.f64 (*.f64 p p) (fma.f64 (*.f64 p p) (fma.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) (*.f64 #s(literal -1/64 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) q)))) (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) q)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) r)) p)))) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 r p)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 r p)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 r p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 r p) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p 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 p (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 p (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) p)) (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) r) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (-.f64 r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 r (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 r (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 r (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 r (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (*.f64 r (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1 binary64) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p)))))) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))))))) p)) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) (*.f64 p p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -16 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) (*.f64 p p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 64 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))))) (fma.f64 #s(literal -16 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))) (*.f64 p p))) |
#s(approx (+ (* 4 (* q q)) (* p p)) (*.f64 (*.f64 p p) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 p (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.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 (+.f64 (fabs.f64 p) (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))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (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 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p)))) r) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 #s(literal -2 binary64) (*.f64 q q))) p)))) r) p)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 r p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p))) p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 q q))) p))) p)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))) p)) #s(literal 1/2 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.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) (*.f64 #s(literal 1 binary64) r))))) p)) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))) p)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (fma.f64 #s(literal -1 binary64) r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p))))) p)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -1 binary64) (+.f64 r (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) r) p) (*.f64 #s(literal -2 binary64) (*.f64 q q))) p))))) p)) #s(literal 1 binary64))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal -1 binary64) r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 #s(literal -1 binary64) r (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 #s(literal -1 binary64) r (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 #s(literal -1 binary64) r (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 p p))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1 binary64) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p)))))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))))))) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p)))) p)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 p p)) (*.f64 q q))) p)))) p)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) (*.f64 q q)) (*.f64 (*.f64 p p) (*.f64 p p))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 r (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 r (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 r (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 r (fma.f64 r (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64)))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (*.f64 #s(literal 1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 r (fma.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 r (fma.f64 #s(literal -1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (*.f64 p (*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal -3 binary64))))))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal -1 binary64) (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) (*.f64 #s(literal -1/2 binary64) r))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal -1/2 binary64) r (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (fma.f64 #s(literal -1/2 binary64) r (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) 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 r (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1 binary64) p)) r)))) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 p r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 p r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 r (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 p r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 r (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 p r) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 p (*.f64 q q)) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r)))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 r (-.f64 (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (*.f64 (/.f64 #s(literal 1 binary64) r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.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 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (/.f64 (*.f64 q q) r)) r)) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 p (*.f64 q q)) r) (*.f64 q q))) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (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))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (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 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r)))) p) r)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 q q)) r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r)))) p) r)) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 p r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r))) r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 p (*.f64 q q)) r) (*.f64 q q))) r))) r)))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal -1 binary64) (*.f64 r (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) #s(literal 1/2 binary64))) r))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r)))) r)))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (*.f64 #s(literal -1 binary64) (*.f64 r (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 r (*.f64 #s(literal -1/2 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 r (*.f64 #s(literal -1 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p 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) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) (-.f64 p r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)))))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p 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 #s(literal -2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 p (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 (+.f64 p (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))) r)) |
#s(approx q q) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (fma.f64 #s(literal 6 binary64) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 (*.f64 q q) (fma.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))) (*.f64 (*.f64 q q) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 r (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal -5 binary64)))) (fma.f64 #s(literal 6 binary64) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 (*.f64 q q) (fma.f64 #s(literal 6 binary64) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)) (fma.f64 #s(literal 6 binary64) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 r (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal -5 binary64))))))))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p))))))) p)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 r (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 p p) (*.f64 p p)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 r (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 (*.f64 (*.f64 q q) r) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal 6 binary64) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p)))))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (*.f64 q q) (fma.f64 #s(literal 6 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 7 binary64))) (*.f64 #s(literal 6 binary64) (pow.f64 p #s(literal -5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 (*.f64 q q) (fma.f64 #s(literal 16 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -64 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 8 binary64))) (*.f64 #s(literal 16 binary64) (pow.f64 p #s(literal -6 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))) |
#s(approx (* q q) (*.f64 q q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p)))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) (/.f64 #s(literal 1 binary64) p)))))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p)))))) p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (-.f64 p (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (+.f64 p (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (+.f64 p (*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p)))) (*.f64 #s(literal 2 binary64) (/.f64 #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 binary64) q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q))) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (fma.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)))) #s(literal 1 binary64)))) |
#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 q (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 q (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p r) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (*.f64 q q)))) #s(literal 1 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 (*.f64 q q) (*.f64 q q))) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p r) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (*.f64 q q))))) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q))) (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))) q)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r)))) q)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (fma.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64))))))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))))) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64))))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) q)) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) (*.f64 q q))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) (*.f64 q q))) |
#s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 (-.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/256 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))))) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) (*.f64 q q))) |
#s(approx (+ (* 4 (* q q)) (* p p)) (*.f64 (*.f64 q q) (+.f64 #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 q (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 q (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #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 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #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 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) (*.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p r) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p r) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (/.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 q q)))) q) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q)) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 p r) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 q q)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p)))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p r) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r)))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 r (fma.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64))))))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 q q)) (*.f64 #s(literal 1/2 binary64) (*.f64 p r))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64))))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))) q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 q q)) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q)))) q)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (-.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) (fma.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (*.f64 q q))))))))) |
Compiled 8 140 to 2 576 computations (68.4% saved)
40 alts after pruning (36 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 322 | 21 | 343 |
| Fresh | 9 | 15 | 24 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 2 | 3 |
| Total | 335 | 40 | 375 |
| Status | Accuracy | Program |
|---|---|---|
| 18.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))))) | |
| 2.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p))) | |
| 2.5% | (*.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p)) p))) | |
| 2.5% | (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r)))) | |
| ✓ | 30.3% | (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
| 2.5% | (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) | |
| 2.5% | (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 r p))))))) | |
| 2.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) | |
| ✓ | 15.5% | #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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
| 1.5% | #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)) #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) #s(literal 1/2 binary64))) | |
| 2.2% | #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)))) | |
| 11.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 #s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) | |
| ▶ | 10.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
| 8.7% | #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 #s(literal 1/2 binary64) (/.f64 r p))))) | |
| 13.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) | |
| 5.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))))) | |
| 0.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64)))))))))) | |
| 1.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 #s(literal 4 binary64) (*.f64 q q)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p))))))))))) | |
| 8.4% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 #s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))))))) | |
| 3.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1 binary64) p)))))) | |
| ▶ | 3.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))))) |
| 6.4% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1 binary64) p)))))) | |
| ▶ | 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))))) |
| 3.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) q)))))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) 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)) | |
| ▶ | 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 3.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 30.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 21.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) | |
| ▶ | 38.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)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))))) |
| 11.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))))))) | |
| 13.4% | #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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) | |
| 15.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 p) (fabs.f64 r)) r))))) | |
| 17.3% | #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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal -1/2 binary64) r (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r)))))))) | |
| 16.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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) #s(literal 1/2 binary64)))))) | |
| 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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r))))))) | |
| 11.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) | |
| 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))))) |
Compiled 3 164 to 2 764 computations (12.6% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))))))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))) |
#s(literal 1/2 binary64) |
p |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))) |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)) |
(fabs.f64 r) |
r |
(*.f64 #s(literal 1 binary64) 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)) |
(*.f64 #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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) |
(*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))) |
(*.f64 p r) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) |
(/.f64 #s(literal -1/2 binary64) 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))) |
(*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64))) |
(-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)) |
(/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) |
(+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(neg.f64 p) |
(-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) |
(*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p))) |
(-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)) |
(/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) |
(/.f64 #s(literal 1 binary64) p) |
| 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 p #s(hole binary64 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* 1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* -1/16 (/ (* (pow p 2) r) (pow q 3))) (* 1/2 (/ r q)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* 3/256 (/ (* (pow p 2) r) (pow q 5))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* (pow p 2) (+ (* -5/2048 (/ (* (pow p 2) r) (pow q 7))) (* 3/256 (/ r (pow q 5))))))))))) |
#s(approx (* p r) #s(hole binary64 (* p r))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (+ (fabs p) (fabs r))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (+ (fabs p) (+ (fabs r) (* -1 p)))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ (+ r (+ (fabs p) (+ (fabs r) (* -1 p)))) p))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs 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 (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) r) p))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p))) |
#s(approx (/ (+ (fabs p) (fabs r)) (* p r)) #s(hole binary64 (/ (+ (fabs p) (fabs r)) (* p r)))) |
#s(approx (/ 1 p) #s(hole binary64 (/ 1 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 (* 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* -2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (+ (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* -1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 -1)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1))) |
#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 (* 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 r))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (* 2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* 2 (/ (* (pow q 2) r) (pow p 2))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (+ (* 1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6))) (* 2 (/ (* (pow q 2) r) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (* -1 (/ (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r)))) p)))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (* -1 (/ (+ 1 (* -1 (/ (+ (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 (* (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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r))))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (fabs r))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (+ (fabs r) (* -1 r)))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (/ (+ (fabs p) (fabs r)) p))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) 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 (* (/ (+ (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 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (+ (/ (fabs p) p) (/ (fabs r) p)))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) 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 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* r (- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (* r (- (/ (fabs r) r) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* r (+ 1 (/ (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)) r))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ r p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (* r (- (+ (/ 1 p) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 r))))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (* r (+ (/ 1 p) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))))) |
#s(approx (+ r (+ (fabs p) (fabs r))) #s(hole binary64 (* r (+ 1 (+ (/ (fabs p) r) (/ (fabs r) 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 (* 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)) (* p r)) (/ 1 p)) #s(hole binary64 (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))) |
#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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))) r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (fabs r) r))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* -1 (* r (- (* -1 (/ (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)) r)) 1))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1) r)) (/ 1 p)))))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p)))))) |
#s(approx (+ r (+ (fabs p) (fabs r))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) 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) 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 (* (/ 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* 6 (/ (* (pow q 2) r) (pow p 4)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* -20 (/ (* (pow q 2) r) (pow p 6))) (* 6 (/ r (pow p 4)))))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ -1/2 q) #s(hole binary64 (/ -1/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 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) q)))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | q | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) 1/2 p (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (+ (fabs p) (- (fabs r) (* 1 r))) (fabs p) (- (fabs r) (* 1 r)) (fabs r) r (* 1 r) 1 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ -1/2 q) q (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/ (+ r (+ (fabs p) (fabs r))) p) (+ r (+ (fabs p) (fabs r))) (+ (fabs p) (fabs 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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/ (+ (fabs p) (- (fabs r) r)) p) (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) |
| 6.0ms | r | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) 1/2 p (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (+ (fabs p) (- (fabs r) (* 1 r))) (fabs p) (- (fabs r) (* 1 r)) (fabs r) r (* 1 r) 1 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ -1/2 q) q (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/ (+ r (+ (fabs p) (fabs r))) p) (+ r (+ (fabs p) (fabs r))) (+ (fabs p) (fabs 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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/ (+ (fabs p) (- (fabs r) r)) p) (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) |
| 6.0ms | p | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) 1/2 p (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (+ (fabs p) (- (fabs r) (* 1 r))) (fabs p) (- (fabs r) (* 1 r)) (fabs r) r (* 1 r) 1 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ -1/2 q) q (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/ (+ r (+ (fabs p) (fabs r))) p) (+ r (+ (fabs p) (fabs r))) (+ (fabs p) (fabs 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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/ (+ (fabs p) (- (fabs r) r)) p) (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) |
| 5.0ms | r | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) 1/2 p (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (+ (fabs p) (- (fabs r) (* 1 r))) (fabs p) (- (fabs r) (* 1 r)) (fabs r) r (* 1 r) 1 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ -1/2 q) q (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/ (+ r (+ (fabs p) (fabs r))) p) (+ r (+ (fabs p) (fabs r))) (+ (fabs p) (fabs 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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/ (+ (fabs p) (- (fabs r) r)) p) (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) |
| 5.0ms | p | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) 1/2 p (* 1/2 (- (+ (fabs p) (fabs r)) r)) (- (+ (fabs p) (fabs r)) r) (+ (fabs p) (- (fabs r) (* 1 r))) (fabs p) (- (fabs r) (* 1 r)) (fabs r) r (* 1 r) 1 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/ -1/2 q) q (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/ (+ r (+ (fabs p) (fabs r))) p) (+ r (+ (fabs p) (fabs r))) (+ (fabs p) (fabs 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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (/ (+ (fabs p) (- (fabs r) r)) p) (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1115 | 9499 |
| 0 | 1154 | 8973 |
| 1 | 6751 | 8855 |
| 0 | 8687 | 8415 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))))))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))) |
#s(literal 1/2 binary64) |
p |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r))) |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)) |
(fabs.f64 r) |
r |
(*.f64 #s(literal 1 binary64) 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)) |
(*.f64 #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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) |
(*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))) |
(*.f64 p r) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) |
(/.f64 #s(literal -1/2 binary64) 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)))) |
(*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64))) |
(-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1 binary64)) |
(/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p) |
(+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(neg.f64 p) |
(-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) #s(literal -1/2 binary64)) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)))) |
(*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p))) |
(-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) p)) |
(/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) |
(/.f64 #s(literal 1 binary64) 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 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 p #s(hole binary64 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* -1/8 (/ p q)) (* 1/4 (/ r q))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* p (+ (* 1/4 (/ r q)) (* p (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* -1/4 (/ p q)) (* 1/2 (/ r q)))))) (* 2 q)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (+ (* 1/2 (/ r q)) (* p (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* 1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* -1/16 (/ (* (pow p 2) r) (pow q 3))) (* 1/2 (/ r q)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* 3/256 (/ (* (pow p 2) r) (pow q 5))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* p (+ (* 1/2 (/ r q)) (* (pow p 2) (+ (* -1/16 (/ r (pow q 3))) (* (pow p 2) (+ (* -5/2048 (/ (* (pow p 2) r) (pow q 7))) (* 3/256 (/ r (pow q 5))))))))))) |
#s(approx (* p r) #s(hole binary64 (* p r))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ 1/2 q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -1/16 (/ (pow p 2) (pow q 3))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* 3/256 (/ (pow p 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow p 2) (- (* (pow p 2) (+ (* -5/2048 (/ (pow p 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (+ (fabs p) (fabs r))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (+ (fabs p) (+ (fabs r) (* -1 p)))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ (+ r (+ (fabs p) (+ (fabs r) (* -1 p)))) p))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs 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 (/ (+ (fabs p) (- (fabs r) r)) p) #s(hole binary64 (/ (- (+ (fabs p) (fabs r)) r) p))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (/ (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) p))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p))) |
#s(approx (/ (+ (fabs p) (fabs r)) (* p r)) #s(hole binary64 (/ (+ (fabs p) (fabs r)) (* p r)))) |
#s(approx (/ 1 p) #s(hole binary64 (/ 1 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 (* 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p))) 1/2)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (+ r (+ (fabs p) (fabs r))) p)))) 1/2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p)))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* -2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (+ (* -2 (/ (* (pow q 2) r) (pow p 2))) (+ (* -1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* -1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 -1)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (- (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) p))) 1))) |
#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 (* 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r)))) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 r))))) p)) 1/2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* 2 (/ (pow q 2) p))))) p)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p)) 1))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 r))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (* 2 (/ (* (pow q 2) r) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (* 2 (/ (* (pow q 2) r) (pow p 2))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ (* -1 r) (+ (* 1/2 (/ (* r (+ (* -16 (pow q 4)) (* 4 (pow q 4)))) (pow p 4))) (+ (* 1/2 (/ (* r (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6)))) (pow p 6))) (* 2 (/ (* (pow q 2) r) (pow p 2)))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ -1 p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow p 2)))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))))) p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow p 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow p 6)))))) p)))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (* -1 (/ (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r)))) p)))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (* -1 (/ (+ 1 (* -1 (/ (+ (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 (* (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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (+ (* -1/2 r) (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (+ (* -1/2 r) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (+ (fabs p) (+ (fabs r) (* -1 r))))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (fabs r))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (+ (fabs r) (* -1 r)))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (+ r (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (/ (+ (fabs p) (fabs r)) p))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (+ (/ r p) (+ (/ (fabs p) p) (/ (fabs r) 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 (* (/ (+ (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 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) #s(hole binary64 (+ (/ (fabs p) p) (/ (fabs r) p)))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) #s(hole binary64 (/ (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) 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 (* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* r (- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* r (- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (* r (- (/ (fabs r) r) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r)))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* r (- (+ (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (+ (/ (fabs p) r) (/ (fabs r) r))) (* (/ 1 r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* r (+ 1 (/ (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)) r))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (/ r p))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (* r (- (+ (/ 1 p) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 r))))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (* r (+ (/ 1 p) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))))) |
#s(approx (+ r (+ (fabs p) (fabs r))) #s(hole binary64 (* r (+ 1 (+ (/ (fabs p) r) (/ (fabs r) 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 (* 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)) (* p r)) (/ 1 p)) #s(hole binary64 (- (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))) (/ 1 p)))) |
#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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* 1/2 p) (* 1/2 (+ (fabs p) (fabs r)))) r))))))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))))) |
#s(approx (- (fabs r) (* 1 r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (fabs r) r))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* r (+ (* -1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) r))))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) #s(hole binary64 (* -1 (* r (- (* -1 (/ (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)) r)) 1))))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1) r)) (/ 1 p)))))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (/ 1 p)))))) |
#s(approx (+ r (+ (fabs p) (fabs r))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) 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) 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 (* (/ 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5)))))) (* 1/2 (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ r (pow p 2))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 6 (/ r (pow p 4))) (* 2 (/ 1 (pow p 3)))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow p 3))) (+ (* 6 (/ r (pow p 4))) (* (pow q 2) (- (* -20 (/ r (pow p 6))) (* 4 (/ 1 (pow p 5))))))))) (* 2 (/ 1 p))))))) p))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* 6 (/ (* (pow q 2) r) (pow p 4)))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (+ r (* (pow q 2) (+ (* -2 (/ r (pow p 2))) (* (pow q 2) (+ (* -20 (/ (* (pow q 2) r) (pow p 6))) (* 6 (/ r (pow p 4)))))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* -2 (/ (pow q 2) (pow p 3))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow p 7))) (* 6 (/ 1 (pow p 5))))) (* 2 (/ 1 (pow p 3))))) (/ 1 p)))) |
#s(approx (/ -1/2 q) #s(hole binary64 (/ -1/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 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2)))) 1)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) (pow q 2))))) 1)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* q (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) 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 (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow p 2)))) (* 1/2 (/ (- (* -1/16 (* (pow p 3) r)) (* -1/64 (pow p 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2)))) q)))) q)) 2))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1/2 (/ (* p r) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r)))) q)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* p (* r (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))))) (pow q 4))) (+ (* -1 (/ (* p (* r (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))))) (pow q 6))) (+ (* -1/16 (/ (* (pow p 3) r) (pow q 2))) (* 1/2 (* p r))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (* -1/16 (/ (pow p 2) (pow q 2)))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (* -1/16 (/ (pow p 2) (pow q 2))))) q)))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) #s(hole binary64 (* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow p 6)) (* 1/8 (* (pow p 2) (+ (* -1/64 (pow p 4)) (* 1/256 (pow p 4)))))) (pow q 6))) (* -1/16 (/ (pow p 2) (pow q 2)))))) 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 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))))))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 p #s(literal 1/2 binary64))) (*.f64 (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 p p) p) #s(literal 1/8 binary64) (*.f64 (pow.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (fma.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 p #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64))) (*.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)))))) |
(fma.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 p #s(literal 1/2 binary64))) |
(fma.f64 p #s(literal 1/2 binary64) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) (*.f64 p #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))))) |
(+.f64 (*.f64 p #s(literal 1/2 binary64)) (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)) (*.f64 p #s(literal 1/2 binary64))) |
#s(literal 1/2 binary64) |
p |
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 r r)) (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (*.f64 (*.f64 r r) r)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (neg.f64 r) (neg.f64 r))) (-.f64 (fabs.f64 r) (neg.f64 r))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 r r)) (+.f64 (fabs.f64 r) r)) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 r r) r) #s(literal -1 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (-.f64 (*.f64 (neg.f64 r) (neg.f64 r)) (*.f64 (fabs.f64 r) (neg.f64 r))))) |
(/.f64 (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (*.f64 (*.f64 r r) r)) (fma.f64 (fabs.f64 r) (fabs.f64 r) (fma.f64 r r (*.f64 (fabs.f64 r) r)))) |
(fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) |
(fma.f64 r #s(literal -1 binary64) (fabs.f64 r)) |
(-.f64 (fabs.f64 r) r) |
(+.f64 (neg.f64 r) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (neg.f64 r)) |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 r) |
r |
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)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 r #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 r p) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 r p) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 r p) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 r p) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) |
(*.f64 (*.f64 r p) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))) |
(*.f64 #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) (*.f64 r p)) |
(*.f64 p (*.f64 r #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)))) |
(*.f64 r p) |
(*.f64 p r) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q)) |
(/.f64 #s(literal -1/2 binary64) q) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 q)) |
q |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p)) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p)) |
(*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p) |
(*.f64 p (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) #s(literal 1 binary64)) (+.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (*.f64 (log.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) #s(literal 3 binary64))) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) |
(+.f64 (/.f64 r p) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 r p) (/.f64 r p)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) (-.f64 (/.f64 r p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) |
(/.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 3 binary64))) (fma.f64 (/.f64 r p) (/.f64 r p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (*.f64 (/.f64 r p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))))) |
(/.f64 (neg.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r))) (neg.f64 p)) |
(/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) |
(-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (/.f64 (neg.f64 r) p)) |
(+.f64 (+.f64 (/.f64 r p) (/.f64 (fabs.f64 p) p)) (/.f64 (fabs.f64 r) p)) |
(+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (/.f64 r p)) |
(+.f64 (/.f64 r p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (-.f64 r (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (neg.f64 r) (neg.f64 r))) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) |
(/.f64 (fma.f64 (*.f64 r r) r (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 r (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 r r) r) #s(literal -1 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (neg.f64 r) (neg.f64 r) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) |
(+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(+.f64 r (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (neg.f64 r))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (fabs.f64 r) (fabs.f64 r))) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (-.f64 (*.f64 p p) (*.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p))) |
(*.f64 (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (neg.f64 p)) |
(*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 p (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #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 (*.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64))) #s(literal 1/4 binary64)) (fma.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal 3 binary64)) #s(literal -1/8 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r))) |
#s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r)) |
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) r) |
(*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) (*.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) p))) (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) p))) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (fma.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) p) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) (*.f64 (*.f64 r p) #s(literal 1 binary64))) (*.f64 (*.f64 r p) p)) |
(-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p)) |
(+.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (-.f64 (/.f64 (fabs.f64 r) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (/.f64 (fabs.f64 p) (*.f64 r p))) (*.f64 (/.f64 (fabs.f64 r) (*.f64 r p)) (/.f64 (fabs.f64 r) (*.f64 r p)))) (-.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (/.f64 (fabs.f64 r) (*.f64 r p)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fabs.f64 r) (*.f64 r p)) #s(literal 3 binary64))) (fma.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (/.f64 (fabs.f64 p) (*.f64 r p)) (-.f64 (*.f64 (/.f64 (fabs.f64 r) (*.f64 r p)) (/.f64 (fabs.f64 r) (*.f64 r p))) (*.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (/.f64 (fabs.f64 r) (*.f64 r p)))))) |
(/.f64 (fma.f64 (fabs.f64 p) (*.f64 r p) (*.f64 (*.f64 r p) (fabs.f64 r))) (*.f64 (*.f64 r p) (*.f64 r p))) |
(/.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (*.f64 r p))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) (neg.f64 r)) |
(/.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) r) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) |
(+.f64 (/.f64 (fabs.f64 r) (*.f64 r p)) (/.f64 (fabs.f64 p) (*.f64 r p))) |
(+.f64 (/.f64 (fabs.f64 p) (*.f64 r p)) (/.f64 (fabs.f64 r) (*.f64 r p))) |
(pow.f64 p #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 p)) |
(/.f64 #s(literal 1 binary64) p) |
(exp.f64 (*.f64 (log.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 p (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 p (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) #s(literal 1/2 binary64))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#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 p p) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 q q)) #s(literal 1/2 binary64))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 q q)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 q q)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 r q) #s(literal 1/4 binary64) (*.f64 (/.f64 p q) #s(literal -1/8 binary64))) p))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r p)) (*.f64 (*.f64 q q) q)) (/.f64 #s(literal 1/8 binary64) q)) p (*.f64 (/.f64 r q) #s(literal 1/4 binary64))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 q q)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 q q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (fabs.f64 r)) (fabs.f64 p)) (+.f64 q q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (fma.f64 (fma.f64 (/.f64 r q) #s(literal 1/2 binary64) (*.f64 (/.f64 p q) #s(literal -1/4 binary64))) p (fabs.f64 r))) (+.f64 q q))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 r p)) (*.f64 (*.f64 q q) q)) (/.f64 #s(literal 1/4 binary64) q)) p (*.f64 (/.f64 r q) #s(literal 1/2 binary64))) p (fabs.f64 r)) (fabs.f64 p)) (+.f64 q q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (fma.f64 (*.f64 (*.f64 p p) (/.f64 r (*.f64 (*.f64 q q) q))) #s(literal -1/16 binary64) (*.f64 (/.f64 r q) #s(literal 1/2 binary64))) p)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 p p) (/.f64 r (pow.f64 q #s(literal 5 binary64)))) #s(literal 3/256 binary64) (*.f64 (/.f64 r (*.f64 (*.f64 q q) q)) #s(literal -1/16 binary64))) (*.f64 p p) (*.f64 (/.f64 r q) #s(literal 1/2 binary64))) p)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (fma.f64 (/.f64 r q) #s(literal 1/2 binary64) (*.f64 (fma.f64 (fma.f64 (/.f64 r (pow.f64 q #s(literal 5 binary64))) #s(literal 3/256 binary64) (*.f64 (*.f64 (*.f64 p p) (/.f64 r (pow.f64 q #s(literal 7 binary64)))) #s(literal -5/2048 binary64))) (*.f64 p p) (*.f64 (/.f64 r (*.f64 (*.f64 q q) q)) #s(literal -1/16 binary64))) (*.f64 p p))) p)) |
#s(approx (* p r) (*.f64 r p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) q)) #s(literal -1/16 binary64) (/.f64 #s(literal 1/2 binary64) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/256 binary64) (*.f64 p p)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) q))) (*.f64 p p) (/.f64 #s(literal 1/2 binary64) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 q #s(literal -5 binary64)) #s(literal 3/256 binary64) (/.f64 (*.f64 #s(literal -5/2048 binary64) (*.f64 p p)) (pow.f64 q #s(literal 7 binary64)))) (*.f64 p p)) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) q))) (*.f64 p p) (/.f64 #s(literal 1/2 binary64) q))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (neg.f64 p) (fabs.f64 r)))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (+.f64 (neg.f64 p) (fabs.f64 r))) p)) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
#s(approx (neg p) (neg.f64 p)) |
#s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))) |
#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) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (*.f64 r (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) p))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) p)) |
#s(approx (/ (+ (fabs p) (fabs r)) (* p r)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) |
#s(approx (/ 1 p) (/.f64 #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 r (fabs.f64 p)) (fabs.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 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p 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 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) 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 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) #s(literal 1/2 binary64)) p)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (neg.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p))))) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64)) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) #s(literal 1 binary64)) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p))) #s(literal -2 binary64) (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) #s(literal 1 binary64)))) p)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) r) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 p p))) #s(literal -2 binary64) r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 p p))) #s(literal -2 binary64) r) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) r) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal -1/2 binary64)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 p p))) #s(literal -2 binary64) (*.f64 #s(literal -1/2 binary64) (fma.f64 r (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 q q)) #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64))) r) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))))) r)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal -1/2 binary64))) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 q q)) #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 p p))) #s(literal 1 binary64)) p)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) #s(literal -1 binary64)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1 binary64))) |
#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 #s(literal -1/2 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 q q)) (neg.f64 (/.f64 (*.f64 (*.f64 q q) r) p))) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 q q)) (neg.f64 (/.f64 (*.f64 (*.f64 q q) r) p))) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (*.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64))) (fabs.f64 p)) p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) r) p) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) p))) (fabs.f64 p)) p)) #s(literal 1 binary64)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (neg.f64 r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 p p))) #s(literal 2 binary64) (neg.f64 r))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 (neg.f64 r) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) r) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) r)) (*.f64 p p))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (+.f64 (neg.f64 r) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) r) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 p p))) #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 q q)) #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64))) r)) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))))))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1 binary64) p)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 1 binary64)) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal -1/2 binary64))) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (+.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 q q) (*.f64 q q)) #s(literal -12 binary64)) (*.f64 q q)) #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)) #s(literal 64 binary64))) (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (*.f64 p p))) #s(literal 1 binary64)) p))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) #s(literal 1 binary64)))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (/.f64 (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal 1 binary64))) p)) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal 1 binary64)) p))) |
#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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 r (*.f64 #s(literal -1/4 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#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)) (fma.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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) r))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r))) |
#s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) |
#s(approx (- (fabs r) (* 1 r)) (fabs.f64 r)) |
#s(approx (- (fabs r) (* 1 r)) (-.f64 (fabs.f64 r) r)) |
#s(approx (* -1/2 r) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (fabs.f64 p) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p)) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p)) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (fma.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p r)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) 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 (fma.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 (* (/ (+ (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) (fma.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(approx (/ (+ (fabs p) (- (fabs r) r)) p) (+.f64 (/.f64 (neg.f64 r) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) |
#s(approx (* r (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/.f64 (+.f64 (/.f64 (neg.f64 r) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) 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 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 q q) p) (*.f64 (*.f64 r r) r))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) #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 (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p)))) r) #s(literal 1/2 binary64)) r)) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) 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) (* 1 r)) (*.f64 (-.f64 (/.f64 (fabs.f64 r) r) #s(literal 1 binary64)) r)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p) #s(literal 1/2 binary64))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r))) r)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) (*.f64 (/.f64 #s(literal 1 binary64) r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) r)) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (*.f64 (fma.f64 p (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.f64 r p)) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r)) r)) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) r)) |
#s(approx (+ r (+ (fabs p) (fabs r))) (*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.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 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) p)) (/.f64 #s(literal 1/2 binary64) r)) r)) |
#s(approx (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) p)) 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)) (/.f64 #s(literal 1 binary64) p)) r)) |
#s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64))) |
#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 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) 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 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 q q)) (neg.f64 (*.f64 p (/.f64 (*.f64 q q) r)))) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 (neg.f64 r) (fma.f64 p (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) r) #s(literal 1/2 binary64)))) |
#s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p)))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (- (+ (fabs p) (fabs r)) r)) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal 1/2 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) (* 1 r)) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fabs.f64 r) r)) #s(literal 1 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 r) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 r) (fma.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r))))) |
#s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (*.f64 p (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r))) #s(literal 1 binary64)))) |
#s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r)) (/.f64 #s(literal 1 binary64) p)))) |
#s(approx (/ (+ r (+ (fabs p) (fabs r))) p) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) (/.f64 #s(literal 1 binary64) p)))) |
#s(approx (+ r (+ (fabs p) (fabs r))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.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) r)) p) -1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p)) #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 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))) (/.f64 #s(literal 1 binary64) p)))) |
#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)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))) (*.f64 q q) (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 (fma.f64 (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) #s(literal -20 binary64) (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal -5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))))) (*.f64 q q))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) (fma.f64 (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (fabs.f64 r))) r) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (fma.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))) (*.f64 q q) (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64))) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (fabs.f64 r))) p)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (-.f64 (fma.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64) (*.f64 (+.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))) (*.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p))) #s(literal -20 binary64) (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal -5 binary64)))) (*.f64 q q))) (*.f64 q q))) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (fabs.f64 r))) p)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p)))) #s(literal 6 binary64) (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64))) (*.f64 q q) r)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)))) #s(literal -20 binary64) (*.f64 (/.f64 r (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 6 binary64))) (*.f64 q q) (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64))) (*.f64 q q) r)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) p)) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 6 binary64) (*.f64 q q)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))) (*.f64 q q) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 p #s(literal 7 binary64))) #s(literal -20 binary64) (*.f64 (pow.f64 p #s(literal -5 binary64)) #s(literal 6 binary64))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) p))) (*.f64 q q) (/.f64 #s(literal 1 binary64) p))) |
#s(approx (/ -1/2 q) (/.f64 #s(literal -1/2 binary64) 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 (fma.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal -1/8 binary64) (*.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 (fma.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal 1/128 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) q)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (/.f64 (fma.f64 (*.f64 p #s(literal 1/2 binary64)) r (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (*.f64 q q)))) #s(literal 1 binary64)) q)) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 p p) p)) r (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 (*.f64 q q) (*.f64 q q))) (/.f64 (fma.f64 (*.f64 p #s(literal 1/2 binary64)) r (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (*.f64 q q))))) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)))) q)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (-.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) p) r) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal -1/16 binary64) (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 2 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 q q) (*.f64 q q))) #s(literal -1/64 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/4 binary64)) (*.f64 q q)))) q)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r)) q)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (+.f64 (neg.f64 (*.f64 p (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) r) (*.f64 (*.f64 q q) (*.f64 q q))))) (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r))) q)) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (/.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 p p)) #s(literal 1/8 binary64))) r) p) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))) (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r))) (neg.f64 (*.f64 p (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) r) (*.f64 (*.f64 q q) (*.f64 q q)))))) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) #s(literal 1/2 binary64)) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))))) #s(literal 1/2 binary64)) q)) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))))) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 p p)) #s(literal 1/8 binary64))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))))) 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 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 p r) (-.f64 p r)) 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)))))) (neg.f64 (*.f64 q (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 p r) (-.f64 p r)))) q))) q)) #s(literal 1 binary64))))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 p #s(literal 1/2 binary64)) r (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q) #s(literal -1/2 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 (*.f64 p #s(literal 1/2 binary64)) r (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 p p) p)) r (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 q q)))) q))) q)) #s(literal 1 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 p #s(literal 1/2 binary64)) r (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q)) (fabs.f64 r))) q)) #s(literal 2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (-.f64 (*.f64 (*.f64 p #s(literal 1/2 binary64)) r) (fma.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 q q)) #s(literal -1/64 binary64) (*.f64 (*.f64 p p) #s(literal 1/4 binary64))))) q)) (fabs.f64 r)) (fabs.f64 p)) q)) #s(literal 2 binary64)))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/2 binary64))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r)) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 p (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) r) (*.f64 (*.f64 q q) (*.f64 q q))))) (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r))) q))) |
#s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (neg.f64 (/.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 p p)) #s(literal 1/8 binary64))) r) p) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))) (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (/.f64 r (*.f64 q q))) #s(literal -1/16 binary64) (*.f64 (*.f64 p #s(literal 1/2 binary64)) r))) (neg.f64 (*.f64 p (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) r) (*.f64 (*.f64 q q) (*.f64 q q)))))) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) #s(literal 1/2 binary64)) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))))) #s(literal 1/2 binary64)) q))) |
#s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (neg.f64 (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 (*.f64 q q) (*.f64 q q))))) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal -1/16 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1/256 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3/256 binary64)) (*.f64 p p)) #s(literal 1/8 binary64))) (*.f64 (*.f64 (*.f64 q q) q) (*.f64 (*.f64 q q) q)))))) q))) |
Compiled 7 162 to 2 217 computations (69% saved)
40 alts after pruning (35 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 302 | 18 | 320 |
| Fresh | 14 | 17 | 31 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 4 | 4 |
| Total | 320 | 40 | 360 |
| Status | Accuracy | Program |
|---|---|---|
| 18.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))))) | |
| 2.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p))) | |
| 2.5% | (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r)))) | |
| ✓ | 30.3% | (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q q)))) |
| 2.5% | (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) | |
| 2.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) | |
| ✓ | 15.5% | #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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
| 1.5% | #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)) #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) #s(literal 1/2 binary64))) | |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) | |
| 2.2% | #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)))) | |
| 8.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r #s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r p))))) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) | |
| 8.7% | #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 p) #s(literal 1/2 binary64))))) | |
| 2.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64))) | |
| 5.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))))) | |
| 3.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)))) | |
| 0.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64)))))))))) | |
| 1.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 #s(literal 4 binary64) (*.f64 q q)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p))))))))))) | |
| 3.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1 binary64) p)))))) | |
| 6.4% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1 binary64) p)))))) | |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (neg.f64 r))) p) #s(literal 1 binary64)))))) | |
| 2.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (*.f64 r #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/2 binary64) q))))))) | |
| 5.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.f64 r p)))))) | |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r)) r)))))) | |
| 3.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64)))))) | |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (fma.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p r))))) | |
| 2.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 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)) | |
| ✓ | 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 3.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 30.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 21.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) | |
| 13.4% | #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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) | |
| 38.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 (fabs.f64 r) r) (fabs.f64 p)))))) | |
| 17.3% | #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) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) r))))) | |
| 16.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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) #s(literal 1/2 binary64)))))) | |
| 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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))))))) | |
| 10.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p) #s(literal 1/2 binary64)))) | |
| 11.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r))) r))) | |
| 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))))) |
Compiled 3 306 to 1 980 computations (40.1% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) 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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.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 #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 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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (+.f64 (+.f64 r (fabs.f64 p)) (fabs.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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) q)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (*.f64 r #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1 binary64) p)))))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 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 #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) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #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 r (+.f64 (fabs.f64 p) (fabs.f64 r))) p))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 q 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)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal -1/2 binary64) r (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (fma.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) r))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 #s(approx (/ 1 (+ (* 4 (* q q)) (* p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p)))))))) |
#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)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 1 binary64) r)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 p p))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (fma.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p 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 (fabs.f64 p)) (fabs.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)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (*.f64 p (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.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 (/.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 (-.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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (neg.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 (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 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)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) (fma.f64 #s(literal 1/2 binary64) p (*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) r) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (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)))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) 1/2) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 r (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 p r) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) #s(literal 1/2 binary64)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r #s(approx (- (/ (+ (fabs p) (fabs r)) (* p r)) (/ 1 p)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.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)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p 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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 p (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 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) (-.f64 (*.f64 (/.f64 #s(approx (+ (fabs p) (- (fabs r) r)) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)))) p) #s(literal -1/2 binary64)) #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 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p)) p))) |
(*.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) r)) r)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(approx (/ (+ (fabs p) (- (fabs r) r)) p) (*.f64 r (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) 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 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 #s(literal -1 binary64) (*.f64 q (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) (*.f64 q q)))))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 r (*.f64 p p)) #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) p))) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) (/.f64 (neg.f64 r) p))) p))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1 binary64)) (/.f64 (neg.f64 p) r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) p)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 r (+.f64 (fabs.f64 p) (fabs.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) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 p r) (-.f64 p r)) (-.f64 p r))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* 1/2 (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) r)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))) #s(literal 1 binary64))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 p r) (-.f64 p r))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 3 binary64)) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 #s(literal 4 binary64) (*.f64 q q)) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (*.f64 p p))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 #s(approx (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (/.f64 #s(literal 1/2 binary64) q)) (*.f64 r p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))))) |
| 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)))))) (neg.f64 q)) |
7 calls:
| 23.0ms | q |
| 23.0ms | p |
| 19.0ms | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 19.0ms | r |
| 16.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.0% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 63.0% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 47.4% | 3 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 47.4% | 3 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 44.7% | 3 | p |
| 48.2% | 2 | r |
| 63.0% | 2 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) 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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.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 #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 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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 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)) #s(approx (+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (+.f64 (fabs.f64 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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* p (- (/ (+ r (+ (fabs p) (fabs r))) p) 1)) (+.f64 (+.f64 r (fabs.f64 p)) (fabs.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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p r) q)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p (*.f64 r #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal -1/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) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 (*.f64 p r) #s(approx (sqrt (/ 1 (+ (* 4 (* q q)) (* p p)))) (/.f64 #s(literal 1 binary64) p)))))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (-.f64 p r)))) |
| 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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
7 calls:
| 10.0ms | q |
| 6.0ms | r |
| 6.0ms | p |
| 5.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 5.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 33.8% | 2 | p |
| 34.5% | 2 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 34.5% | 2 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 37.0% | 2 | r |
| 40.1% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 40.1% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 40.1% | 2 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) 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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.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 #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 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 (neg.f64 p) #s(approx (- (* (/ (+ (fabs p) (- (fabs r) r)) p) -1/2) 1/2) (*.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)))))) (neg.f64 q)) |
7 calls:
| 3.0ms | q |
| 3.0ms | p |
| 3.0ms | r |
| 3.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 3.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 32.9% | 2 | p |
| 30.9% | 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)))))) |
| 30.9% | 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))))))) |
| 30.9% | 1 | r |
| 33.7% | 2 | q |
| 33.7% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 33.7% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
Compiled 47 to 54 computations (-14.9% saved)
Total -19.0b remaining (-42.9%)
Threshold costs -19b (-42.9%)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) #s(approx (* (* p r) (sqrt (/ 1 (+ (* 4 (* q q)) (* p p))))) 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 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (+.f64 q q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* p p)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p))))) (*.f64 p #s(approx (- (/ (+ r (+ (fabs p) (fabs r))) p) 1) (/.f64 r p)))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
4 calls:
| 5.0ms | p |
| 4.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 3.0ms | q |
| 2.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 30.9% | 1 | p |
| 30.9% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 30.9% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 30.9% | 1 | q |
Compiled 10 to 18 computations (-80% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 39.0ms | 6032394758116.2 | 5497009386299396000.0 |
| 17.0ms | 79× | 1 | valid |
| 9.0ms | 27× | 2 | valid |
| 4.0ms | 38× | 0 | valid |
Compiled 547 to 546 computations (0.2% saved)
ival-pow2: 7.0ms (28.5% of total)adjust: 6.0ms (24.5% of total)ival-sqrt: 3.0ms (12.2% of total)ival-mult!: 3.0ms (12.2% of total)ival-add!: 2.0ms (8.2% of total)ival-sub!: 2.0ms (8.2% of total)ival-fabs: 2.0ms (8.2% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 4.8189809200182767e-85 | 9.283779665591604e-80 |
Compiled 25 to 25 computations (0% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 4.156693172533391 | 17.473050954820316 |
Compiled 25 to 25 computations (0% saved)
| 1× | fuel |
Compiled 94 to 62 computations (34% saved)
(sort p r)
Compiled 906 to 704 computations (22.3% saved)
Loading profile data...