Solve quadratic equation with quadratic formula
x^2+3x–4=0
x=[-b±sqrt(b^2-4ac)]/2a
{ "a": 1, "b": 3, "c": -4, "results": [ 1, -4 ] }