Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
shell-conduit Data.Conduit.Shell.PATH No documentation available.
-
shell-conduit Data.Conduit.Shell.PATH No documentation available.
id_ :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.Attributes No documentation available.
ideographic :: WriteAttr Element Floatthreepenny-gui Graphics.UI.Threepenny.SVG No documentation available.
ideographic :: WriteAttr Element Floatthreepenny-gui Graphics.UI.Threepenny.SVG.Attributes No documentation available.
iDefault :: Int -> Maybe Valuetidal Sound.Tidal.Boot No documentation available.
iDefault :: Int -> Maybe Valuetidal Sound.Tidal.Stream.Target No documentation available.
idct1 :: Transform Double Doublevector-fftw Numeric.FFT.Vector.Invertible A type-1 discrete cosine transform which is the inverse of dct1.
y_k = (1/(2(n-1)) [x_0 + (-1)^k x_(n-1) + 2 sum_(j=1)^(n-2) x_j cos(pi j k/(n-1))]
idct2 :: Transform Double Doublevector-fftw Numeric.FFT.Vector.Invertible A type-3 discrete cosine transform which is the inverse of dct2.
y_k = (1/(2n)) [x_0 + 2 sum_(j=1)^(n-1) x_j cos(pi j(k+1/2)/n)]
idct3 :: Transform Double Doublevector-fftw Numeric.FFT.Vector.Invertible A type-2 discrete cosine transform which is the inverse of dct3.
y_k = (1/n) sum_(j=0)^(n-1) x_j cos(pi(j+1/2)k/n)