UNPKG

bisection

Version:

A JavaScript port of the bisection algorithm that is used in Python

13 lines (8 loc) 157 B
# node-bisection - Bisection algorithm for node.js # INSTALL 1. [Node.js](http://nodejs.org/) 2. `npm install bisection` # UNIT TESTS ``` $ npm test ```