algerr / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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).


Languages

Language:Python 100.0%