haskell file for testing functions

This commit is contained in:
trentgill
2017-06-27 21:17:46 -04:00
parent 760d9c5e1b
commit 402a321e24
+4
View File
@@ -0,0 +1,4 @@
module Test where
test :: Double -> Double
test d = exp( (-2.0) * pi * d / 48000)