README.md
Bisection algorithms.
[](https://hex.pm/packages/bisect)
[](https://hexdocs.pm/bisect)
[](https://circleci.com/gh/ertgl/bisect)
[](https://hex.pm/packages/bisect)
[](https://github.com/ertgl/bisect)
[](LICENSE.txt)
---
**`Installation:`**
If [you have Hex](https://hex.pm), the package can be installed
by adding `bisect` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bisect, "~> 0.2.0"},
]
end
```