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.

  1. id' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  2. idlj :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. id_ :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.Attributes

    No documentation available.

  4. ideographic :: WriteAttr Element Float

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  5. ideographic :: WriteAttr Element Float

    threepenny-gui Graphics.UI.Threepenny.SVG.Attributes

    No documentation available.

  6. iDefault :: Int -> Maybe Value

    tidal Sound.Tidal.Boot

    No documentation available.

  7. iDefault :: Int -> Maybe Value

    tidal Sound.Tidal.Stream.Target

    No documentation available.

  8. idct1 :: Transform Double Double

    vector-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))]
    

  9. idct2 :: Transform Double Double

    vector-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)]
    

  10. idct3 :: Transform Double Double

    vector-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)
    

Page 327 of many | Previous | Next