given three inputs (a, b, c) for the equation a*x^2+b*x+c=0; return 1 if the roots are complex (non zero imaginary), and 0 if they are real.
Back to basics 21 - Matrix replicating
904 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
Convert a vector into a number
442 Solvers
323 Solvers
Is this triangle right-angled?
1918 Solvers
Problem Tags