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.
-
No documentation available.
module Scientist.Result.
Evaluate No documentation available.
evaluateResult :: Result -> IO ()doctest Test.DocTest.Internal.Run No documentation available.
evaluateDeep :: (MonadIO m, NFData a) => a -> m aunliftio UnliftIO.Exception evaluateResult :: SpecResult -> IO ()hspec-core Test.Hspec.Core.Runner No documentation available.
evaluateSummary :: Summary -> IO ()hspec-core Test.Hspec.Core.Runner Exit with exitFailure if the given Summary indicates that there was at least one failure.
-
hspec-core Test.Hspec.Core.Spec No documentation available.
evaluateBernstein :: Fractional n => BernsteinPoly n -> n -> ndiagrams-lib Diagrams.TwoD.Segment.Bernstein Evaluate the bernstein polynomial.
evaluateBernsteinDerivs :: Fractional n => BernsteinPoly n -> n -> [n]diagrams-lib Diagrams.TwoD.Segment.Bernstein Evaluate the bernstein polynomial and its derivatives.
evaluateEvenPolynomial :: (Vector v a, Num a) => a -> v a -> amath-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