/Quadratic-Equation-Solver

Quadratic Equation Solver With python

Primary LanguagePython

Quadratic-Equation-Solver

Here just for fun in a Python you can solve Quadratic Equation very easily :)

Installation

Use the package manager pip to install numpy.

pip3 install numpy

The quadratic equation requires a square root, this is not automatically in normally python. Thatswhy I need to import this sqrt function from the numpy module

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.