Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinlubin/newton-hs

A Newton fractal generator written in Haskell
https://github.com/justinlubin/newton-hs

fractals newton-fractals newtons-method

Last synced: about 5 hours ago
JSON representation

A Newton fractal generator written in Haskell

Awesome Lists containing this project

README

        

# 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
```