bisect

Bisection algorithms.


Keywords
bisection, elixir, library
License
MIT

Documentation

Bisection algorithms.

Hex Version Docs Status Hex downloads GitHub MIT License


Installation:

If you have Hex, the package can be installed by adding bisect to your list of dependencies in mix.exs:

def deps do
	[
		{:bisect, "~> 0.2.0"},
	]
end