Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 243 Bytes

newton-hs

A Newton fractal generator written in Haskell

Usage

./newton-hs fileName top left bottom right step

Building and Running

cabal build
./dist/build/newton-hs/newton-hs "examples/myExample.bmp" -1 -2 1 2 0.001