Itsy

Itsy is an Elixir library that simplifies low level manipulation of numerical types.

It provides functions for performing different bit level operations, as well as a focus on providing good floating point control.

Installation

def deps do
    [{ :itsy, "~> 0.0.4" }]
end