synthesizer-core-0.8.4: Audio signal processing coded in Haskell: Low level part
Safe HaskellSafe-Inferred
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 #