csound-expression-0.0: src/CsoundExpr/Opcodes/Math.hs
-- | Mathematical Operations
module CsoundExpr.Opcodes.Math
(module CsoundExpr.Opcodes.Math.Amp,
module CsoundExpr.Opcodes.Math.SigmodCompaccum,
module CsoundExpr.Opcodes.Math.Matfunc,
module CsoundExpr.Opcodes.Math.Opeqfunc,
module CsoundExpr.Opcodes.Math.Rndfunc,
module CsoundExpr.Opcodes.Math.Trig)
where
import CsoundExpr.Opcodes.Math.Amp
import CsoundExpr.Opcodes.Math.SigmodCompaccum
import CsoundExpr.Opcodes.Math.Matfunc
import CsoundExpr.Opcodes.Math.Opeqfunc
import CsoundExpr.Opcodes.Math.Rndfunc
import CsoundExpr.Opcodes.Math.Trig