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. cosExpl :: C a => [a]

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.cosExpl PSE.cosODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.logExpl PSE.logODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.atanExpl PSE.atanODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.sinhExpl PSE.sinhODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.coshExpl PSE.coshODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 500 PSE.atanhExpl PSE.atanhODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    equalTrunc 100 PSE.sqrtExpl PSE.sqrtODE
    

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

    numeric-prelude MathObj.PowerSeries.Example

    Power series of error function (almost). More precisely erf = 2 / sqrt pi * integrate (x -> exp (-x^2)) , with erf 0 = 0.

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

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

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

    numeric-prelude MathObj.PowerSeries.Example

    No documentation available.

Page 5 of many | Previous | Next