Bisection algorithms.

Hex VersionDocsStatusHex 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.2.0"},
    ]
end