quad-solve

1.0.7 • Public • Published

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)

/quad-solve/

    Package Sidebar

    Install

    npm i quad-solve

    Weekly Downloads

    2

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    1.84 kB

    Total Files

    3

    Last publish

    Collaborators

    • ahmadtc1