UNPKG
bisection
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A JavaScript port of the bisection algorithm that is used in Python
3rd-Eden/node-bisection
bisection
/
README.md
13 lines
(8 loc)
•
157 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# node-bisection - Bisection algorithm for node.js
# INSTALL
1.
[
Node.js
](
http://nodejs.org/
)
2.
`npm install bisection`
# UNIT TESTS
``` $ npm test ```