Skip to content
#

math-solver

Here are 11 public repositories matching this topic...

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

  • Updated Apr 4, 2023
  • C++

Improve this page

Add a description, image, and links to the math-solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the math-solver topic, visit your repo's landing page and select "manage topics."

Learn more