Linear equation calculator
For ax + b = c, the solver isolates x using x = (c − b) / a. The coefficient a must not be zero.
Quadratic equation calculator
For ax² + bx + c = 0, Calqen calculates the discriminant b² − 4ac. A non-negative discriminant produces real roots. A negative discriminant is returned as a complex conjugate pair.