Solve for positive root of quadratic ax^2 + bx + c = 0 when it exists
quad_pos_solve(a, b, c)
a
b
c
real positive root if it exists
Related functions from the same R package