Coding challenge

Suppose you had a quadratic equation in standard form, which is $Ax^2+Bx+C=0$. Write some code that, based on the values of $A$, $B$ and $C$, will tell you if the quadratic equation has imaginary roots.

Type your code here:


Lua reference

See your results here: