Returns the two roots of the quadratic equation with coefficients a, b & c, i.e. a * x^2 + b * x + c = 0
a
b
c
a * x^2 + b * x + c = 0
The roots may be NaN if the quadratic has no real solutions.
NaN
Returns the two roots of the quadratic equation with coefficients
a,b&c, i.e.a * x^2 + b * x + c = 0The roots may be
NaNif the quadratic has no real solutions.