Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Typst.Evaluate

    No documentation available.

  2. module Scientist.Result.Evaluate

    No documentation available.

  3. evaluateResult :: Result -> IO ()

    doctest Test.DocTest.Internal.Run

    No documentation available.

  4. evaluateDeep :: (MonadIO m, NFData a) => a -> m a

    unliftio UnliftIO.Exception

    Deeply evaluate a value using evaluate and NFData.

  5. evaluateResult :: SpecResult -> IO ()

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  6. evaluateSummary :: Summary -> IO ()

    hspec-core Test.Hspec.Core.Runner

    Exit with exitFailure if the given Summary indicates that there was at least one failure.

  7. evaluateExample :: Example e => e -> Params -> (ActionWith (Arg e) -> IO ()) -> ProgressCallback -> IO Result

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  8. evaluateBernstein :: Fractional n => BernsteinPoly n -> n -> n

    diagrams-lib Diagrams.TwoD.Segment.Bernstein

    Evaluate the bernstein polynomial.

  9. evaluateBernsteinDerivs :: Fractional n => BernsteinPoly n -> n -> [n]

    diagrams-lib Diagrams.TwoD.Segment.Bernstein

    Evaluate the bernstein polynomial and its derivatives.

  10. evaluateEvenPolynomial :: (Vector v a, Num a) => a -> v a -> a

    math-functions Numeric.Polynomial

    Evaluate polynomial with only even powers using Horner's method. Coefficients starts from lowest. In pseudocode:

    evaluateOddPolynomial x [1,2,3] = 1 + 2*x^2 + 3*x^4
    

Page 5 of many | Previous | Next