An open API service indexing awesome lists of open source software.

https://github.com/ertgl/bisect

Bisection algorithms.
https://github.com/ertgl/bisect

bisection elixir library

Last synced: about 1 year ago
JSON representation

Bisection algorithms.

Awesome Lists containing this project

README

          

Bisection algorithms.

[![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&logo=elixir)](https://hexdocs.pm/bisect)
[![Status](https://img.shields.io/circleci/build/github/ertgl/bisect?style=flat-square&logo=circleci)](https://circleci.com/gh/ertgl/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&logo=github)](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.2.0"},
]
end
```