Chat with our AI personalities
No.
A formula is a statement. It's not a problem or an exercise to which a solution is needed.
d = a - 2bc
An algorithm is the series of steps to solve problem, so you would be looking for the series of steps to solve a math problem.
to solve ax2 + bx + c use the quadratic formula: (-b +/-(b2 - 4ac))/2a. Programming this should be a doddle.