Skip to content

πŸ“ A standard form quadratic function solver for JavaScript

Notifications You must be signed in to change notification settings

ahmadtc1/quadsolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Quadsolver

A standard form quadratic function solver node package available through the npm registry at quad-solve

To use it, simply install the node package through the npm installer into your project's node modules using

$ npm install quadsolver

The function takes in 3 parameters to represent the coefficients in a standard form equation Ax^2 + Bx + C. It will then tell you how many real roots exist, as well as the x coordinates of the roots

An example function call

quadsolve(1, 0, -4)

About

πŸ“ A standard form quadratic function solver for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published