README.md
### [Bisect](#)
Bisection algorithms ported from Python.
[](https://hex.pm/packages/bisect) [](https://hexdocs.pm/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.1.0"},
]
end
```