Hoogle Search

Within LTS Haskell 22.22 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toBlockSize :: Int -> Int

    JuicyPixels Codec.Picture.Jpg.Internal.Common

    No documentation available.

  2. triangleSize :: Int -> Int

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  3. log2 :: Int -> Int

    math-functions Numeric.SpecFunctions

    O(log n) Compute the logarithm in base 2 of the given value.

  4. nextHighestPowerOfTwo :: Int -> Int

    statistics Statistics.Function

    Efficiently compute the next highest power of two for a non-negative integer. If the given value is already a power of two, it is returned unchanged. If negative, zero is returned.

  5. intLog2 :: Int -> Int

    integer-logarithms Math.NumberTheory.Logarithms

    Calculate the integer logarithm of an Int to base 2. The argument must be positive, otherwise an error is thrown.

  6. intLog2' :: Int -> Int

    integer-logarithms Math.NumberTheory.Logarithms

    Same as intLog2, but without checks, saves a little time when called often for known good input.

  7. foo :: Int -> Int

    doctest-parallel NonExposedModule.Exposed

    >>> import NonExposedModule.Exposed (foo)
    
    >>> foo 7
    14
    

  8. fib :: Int -> Int

    doctest-parallel TestDocumentationForArguments.Fib

    No documentation available.

  9. calcTreeHeight :: Int -> Int

    haskoin-core Haskoin.Block.Merkle

    Computes the height of a Merkle tree.

  10. triangularNumber :: Int -> Int

    DPutils Math.TriangularNumbers

    Triangular numbers. https://oeis.org/A000217

Page 1 of many | Next