1.0.7 • Published 7 years ago

quad-solve v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Quadsolve

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

Installation

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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago