Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. propLogSum :: (Eq a, C a) => a -> a -> Bool

    numeric-prelude Algebra.Transcendental

    No documentation available.

  2. propSinAngleSum :: (Eq a, C a) => a -> a -> Bool

    numeric-prelude Algebra.Transcendental

    No documentation available.

  3. fromFractionSum :: C a => a -> [(a, [a])] -> T a

    numeric-prelude MathObj.PartialFraction

    Unchecked construction.

  4. toFractionSum :: C a => T a -> (a, [(a, [a])])

    numeric-prelude MathObj.PartialFraction

    No documentation available.

  5. module MathObj.PowerSum

    For a multi-set of numbers, we describe a sequence of the sums of powers of the numbers in the set. These can be easily converted to polynomials and back. Thus they provide an easy way for computations on the roots of a polynomial.

  6. fromPowerSums :: (C a, C a) => [a] -> [a]

    numeric-prelude MathObj.RootSet

    No documentation available.

  7. liftPowerSum1 :: (C a, C a) => ([a] -> [a]) -> [a] -> [a]

    numeric-prelude MathObj.RootSet

    No documentation available.

  8. liftPowerSum1Gen :: ([a] -> [a]) -> ([a] -> [a]) -> ([a] -> [a]) -> [a] -> [a]

    numeric-prelude MathObj.RootSet

    No documentation available.

  9. liftPowerSum2 :: (C a, C a) => ([a] -> [a] -> [a]) -> [a] -> [a] -> [a]

    numeric-prelude MathObj.RootSet

    No documentation available.

  10. liftPowerSum2Gen :: ([a] -> [a]) -> ([a] -> [a]) -> ([a] -> [a] -> [a]) -> [a] -> [a] -> [a]

    numeric-prelude MathObj.RootSet

    No documentation available.

Page 128 of many | Previous | Next