1.0.7 • Published 5 years ago

quad-solve v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago