4 lines
82 B
Haskell
4 lines
82 B
Haskell
module Test where
|
|
|
|
test :: Double -> Double
|
|
test d = exp( (-2.0) * pi * d / 48000) |