Finds the root roots of a quadratic polynomial a + b x + c x^2 = 0
array of root results, should have room for at least 2 elements.
Number of roots in outRoots.
See Implementation
Finds the root roots of a quadratic polynomial a + b x + c x^2 = 0