Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
A module that exports some simple demonstrations of how to use the package.
Documentation
Display an animation of the complex wave z(x,t) = exp(ix - it) in some units.
Display an animation of the real function r(x,t) = cos(x-t) in the standard style, i.e. with both positive and negative regions.
Display an animation of the positive real function p(x,t) = cos(x-t) + 1 in some units.
showColors :: IO () Source
Show all of the available AnsiColor
s and corresponding ColorIntensity
, Color
pairs.