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