Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 525 Bytes

Jam

Julia and Mandelbrot: generate Julia sets by traversing the Mandelbrot set

Installation

If available in Hex, the package can be installed by adding jam to your list of dependencies in mix.exs:

def deps do
  [
    {:jam, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/jam.