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.
- Host: GitHub
- URL: https://github.com/ertgl/bisect
- Owner: ertgl
- License: mit
- Created: 2017-08-26T17:47:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T02:21:24.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T09:29:57.348Z (about 1 year ago)
- Topics: bisection, elixir, library
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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
```