/Square-functions-solver

This small python program calculates square functions with the abc-formula. The user gives the a,b,c values and the program gives out the x1 and x2. It also shows whether it's a normal or a complex root(i).

Primary LanguagePython

Square-functions-solver

This small python program calculates square functions with the abc-formula. The user gives the a,b,c values and the program gives out the x1 and x2. It also shows whether it's a normal or a complex root(i).

Usage

  • py Square_functions_solver.py or
  • python Square_functions_solver.py or
  • python3 Square_functions_solver.py