• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. hornerArgVector :: (C a v, C v) => v -> [a] -> v

    numeric-prelude MathObj.Polynomial.Core

    No documentation available.

  2. hornerCoeffVector :: C a v => a -> [v] -> v

    numeric-prelude MathObj.Polynomial.Core

    Horner's scheme for evaluating a polynomial in a module.

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

    numeric-prelude MathObj.PowerSeries

    Evaluate approximations that is evaluate all truncations of the series.

  4. approximateCoeffVector :: C a v => T v -> a -> [v]

    numeric-prelude MathObj.PowerSeries

    Evaluate approximations that is evaluate all truncations of the series.

  5. evaluateArgVector :: (C a v, C v) => T a -> v -> v

    numeric-prelude MathObj.PowerSeries

    No documentation available.

  6. evaluateCoeffVector :: C a v => T v -> a -> v

    numeric-prelude MathObj.PowerSeries

    Evaluate (truncated) power series.

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

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

  8. approximateCoeffVector :: C a v => [v] -> a -> [v]

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

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

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

  10. evaluateCoeffVector :: C a v => [v] -> a -> v

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

Page 61 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete