Packages

A library to simplify low level manipulation of numerical types

Current section

Files

Jump to
itsy README.md
Raw

README.md

# 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
------------
```elixir
def deps do
[{ :itsy, "~> 0.0.4" }]
end
```