Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. numDigitsInteger :: Integer -> Int

    hledger-lib Hledger.Utils

    Find the number of digits of an Integer. The integer should not have more digits than an Int can count. This is probably inefficient.

  2. numberToValue :: Double -> JSM JSVal

    jsaddle Language.Javascript.JSaddle.Native.Internal

    No documentation available.

  3. package numeric-prelude

    An experimental alternative hierarchy of numeric type classes The package provides an experimental alternative hierarchy of numeric type classes. The type classes are more oriented at mathematical structures and their methods come with laws that the instances must fulfill.

  4. numColumns :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  5. numRows :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  6. numerator :: T -> Integer

    numeric-prelude Number.FixedPoint.Check

    No documentation available.

  7. numerator :: T a -> !a

    numeric-prelude Number.Ratio

    No documentation available.

  8. numerator :: T a -> a

    numeric-prelude NumericPrelude

    No documentation available.

  9. numerator :: T a -> a

    numeric-prelude NumericPrelude.Numeric

    No documentation available.

  10. package numhask

    A numeric class hierarchy. This package provides alternative numeric classes over Prelude. The numeric class constellation looks somewhat like:

    Usage

    >>> {-# LANGUAGE GHC2024 #-}
    
    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    See NumHask for a detailed overview.

Page 75 of many | Previous | Next