Bisect

Bisection algorithms ported from Python.

Hex VersionDocsHex downloadsGitHubMIT 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.1.0"},
]
end