Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. enumFromStepN :: Num a => a -> a -> Int -> Vector a

    rio RIO.Vector.Boxed

    No documentation available.

  2. enumFromStepN :: (Storable a, Num a) => a -> a -> Int -> Vector a

    rio RIO.Vector.Storable

    No documentation available.

  3. enumFromStepN :: (Unbox a, Num a) => a -> a -> Int -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  4. data ResponseNextStep

    HTTP Network.HTTP.Base

    No documentation available.

  5. class IterationStep a

    math-functions Numeric.RootFinding

    Type class for checking whether iteration converged already.

  6. data NewtonStep

    math-functions Numeric.RootFinding

    Steps for Newton iterations

  7. NewtonStep :: Double -> Double -> NewtonStep

    math-functions Numeric.RootFinding

    Normal Newton-Raphson update. Parameters are: old guess, new guess

  8. data RiddersStep

    math-functions Numeric.RootFinding

    Single Ridders step. It's a bracket of root

  9. RiddersStep :: Double -> Double -> RiddersStep

    math-functions Numeric.RootFinding

    Ridders step. Parameters are bracket for the root

  10. enumSequenceFromStep :: Num a => a -> a -> Sequence a

    math-functions Numeric.Series

    enumSequenceFromStep x d generate sequence: <math>

Page 45 of many | Previous | Next