Skip to content

EmmaSecrest/algebraBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algebraic Calculator Backend

Purpose

This project is a versatile algebraic calculator capable of solving equations of various complexities. Whether it's linear equations, quadratic equations, or polynomial equations, our calculator is designed to handle them all.

Progress

This project is in project and is not yet complete. Right now the program can handle functions in the form of y = mx + b or ax^2 + bx + c = 0. My next step is to handle the cases where b is 0 or c is 0. From there I plan to expand to higher level functions.

Testing

This project is equipped with Pythons in house testing library.

Before running the test library please install all the needed libraries using this script:

pip install -r requirements.txt

To run the tests please use the following script:

python -m unittest discover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages