Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Preliminaries

Setup

Install deps using cabal or stack:

cabal install --only-dependencies

or

stack build

Try it

cabal repl or stack ghci then

> plot [Fun (sin.(pi*)) "sin", Fun (cos.(pi*)) "cos"]

Default plot interval is [-1,1].

example plot