Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. module Number.Physical

    Numeric values combined with abstract Physical Units

  2. module Number.Positional

    Exact Real Arithmetic - Computable reals. Inspired by ''The most unreliable technique for computing pi.'' See also http://www.haskell.org/haskellwiki/Exact_real_arithmetic .

  3. type PValue v = T Dimension v

    numeric-prelude Number.SI

    No documentation available.

  4. data Polar a

    numhask NumHask

    Something that has a magnitude and a direction, with both expressed as the same type. See Polar coordinate system

  5. Polar :: a -> a -> Polar a

    numhask NumHask

    No documentation available.

  6. data Polar a

    numhask NumHask.Algebra.Metric

    Something that has a magnitude and a direction, with both expressed as the same type. See Polar coordinate system

  7. Polar :: a -> a -> Polar a

    numhask NumHask.Algebra.Metric

    No documentation available.

  8. newtype Product a

    numhask NumHask.Algebra.Multiplicative

    A wrapper for an Multiplicative which distinguishes the multiplicative structure

  9. Product :: a -> Product a

    numhask NumHask.Algebra.Multiplicative

    No documentation available.

  10. module NumHask.Algebra.Patterns

    Patterns for common tests

Page 467 of many | Previous | Next