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
/
Makefile
7 lines
(5 loc)
•
128 B
Plain Text
View Raw
1
2
3
4
5
6
7
doc:
dox --title
"node-bisection"
lib/* > doc/index.html
test:
expresso -I lib
$(TESTFLAGS)
tests/*.test.js
.PHONY
: test doc