synthesizer-core-0.8.0.2: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone
LanguageHaskell2010

Synthesizer.Plain.LorenzAttractor

Documentation

computeDerivatives :: C y => (y, y, y) -> (y, y, y) -> (y, y, y) Source #

explicitEuler :: C a v => a -> (v -> v) -> v -> [v] Source #