Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numberp :: forall (m :: Type -> Type) . Maybe AmountStyle -> TextParser m (Quantity, Word8, Maybe Char, Maybe DigitGroupStyle)

    hledger-lib Hledger.Read.Common

    Parse a string representation of a number for its value and display attributes. Some international number formats are accepted, eg either period or comma may be used for the decimal mark, and the other of these may be used for separating digit groups in the integer part. See http://en.wikipedia.org/wiki/Decimal_separator for more examples. This returns: the parsed numeric value, the precision (number of digits seen following the decimal mark), the decimal mark character used if any, and the digit group style if any.

  2. numDigitsInt :: Integral a => Int -> a

    hledger-lib Hledger.Utils

    Find the number of digits of an Int.

  3. 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.

  4. numberToValue :: Double -> JSM JSVal

    jsaddle Language.Javascript.JSaddle.Native.Internal

    No documentation available.

  5. 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.

  6. numColumns :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  7. numRows :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  8. numerator :: T -> Integer

    numeric-prelude Number.FixedPoint.Check

    No documentation available.

  9. numerator :: T a -> !a

    numeric-prelude Number.Ratio

    No documentation available.

  10. numerator :: T a -> a

    numeric-prelude NumericPrelude

    No documentation available.

Page 77 of many | Previous | Next