Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. class C a => Power a

    numeric-prelude Number.Complex

    We like to build the Complex Algebraic instance on top of the Algebraic instance of the scalar type. This poses no problem to sqrt. However, root requires computing the complex argument which is a transcendent operation. In order to keep the type class dependencies clean for more sophisticated algebraic number types, we introduce a type class which actually performs the radix operation.

  2. module Number.PartiallyTranscendental

    Define Transcendental functions on arbitrary fields. These functions are defined for only a few (in most cases only one) arguments, that's why we discourage making these types instances of C. But instances of C can be useful when working with power series. If you intend to work with power series with Rational coefficients, you might consider using MathObj.PowerSeries.T (Number.PartiallyTranscendental.T Rational) instead of MathObj.PowerSeries.T Rational.

  3. module Number.Peano

    Lazy Peano numbers represent natural numbers inclusive infinity. Since they are lazily evaluated, they are optimally for use as number type of genericLength et.al.

  4. module Number.Physical

    Numeric values combined with abstract Physical Units

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

  6. type PValue v = T Dimension v

    numeric-prelude Number.SI

    No documentation available.

  7. data Polar a

    numhask NumHask

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

  8. Polar :: a -> a -> Polar a

    numhask NumHask

    No documentation available.

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

  10. Polar :: a -> a -> Polar a

    numhask NumHask.Algebra.Metric

    No documentation available.

Page 462 of many | Previous | Next