Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. progression :: C a => [a]

    numeric-prelude MathObj.Polynomial.Core

    No documentation available.

  2. progression :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

  3. recipProgression :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

  4. solveDiffEq0 :: C a => [a]

    numeric-prelude MathObj.PowerSeries.DifferentialEquation

    Example for a linear equation: Setup a differential equation for y with

    y   t = (exp (-t)) * (sin t)
    y'  t = -(exp (-t)) * (sin t) + (exp (-t)) * (cos t)
    y'' t = -2 * (exp (-t)) * (cos t)
    
    Thus the differential equation
    y'' = -2 * (y' + y)
    
    holds. The following function generates a power series for exp (-t) * sin t by solving the differential equation.

  5. verifyDiffEq0 :: C a => [a]

    numeric-prelude MathObj.PowerSeries.DifferentialEquation

    No documentation available.

  6. recip :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

  7. exp :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

  8. sin :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

  9. cos :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

  10. log :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

Page 3 of many | Previous | Next