README.md

### [Bisect](#)

Bisection algorithms ported from Python.

[![Hex Version](https://img.shields.io/hexpm/v/bisect.svg?style=flat-square)](https://hex.pm/packages/bisect) [![Docs](https://img.shields.io/badge/api-docs-orange.svg?style=flat-square)](https://hexdocs.pm/bisect) [![Hex downloads](https://img.shields.io/hexpm/dt/bisect.svg?style=flat-square)](https://hex.pm/packages/bisect) [![GitHub](https://img.shields.io/badge/vcs-GitHub-blue.svg?style=flat-square)](https://github.com/ertgl/bisect) [![MIT License](https://img.shields.io/hexpm/l/bisect.svg?style=flat-square)](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
```