Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. (**) :: Selector -> Selector -> Selector

    clay Clay

    The deep selector composer. Maps to sel1 sel2 in CSS.

  2. (**) :: Selector -> Selector -> Selector

    clay Clay.Selector

    The deep selector composer. Maps to sel1 sel2 in CSS.

  3. (**) :: Floating a => a -> a -> a

    constrained-categories Control.Category.Constrained.Prelude

    No documentation available.

  4. (**) :: Floating a => a -> a -> a

    constrained-categories Control.Category.Hask

    No documentation available.

  5. (**) :: Floating a => a -> a -> a

    copilot-language Copilot.Language.Prelude

    No documentation available.

  6. (**) :: Floating a => a -> a -> a

    funcmp FMP.Types

    No documentation available.

  7. (**) :: (ExpField a, FromIntegral a Integer) => BackpropFunc (a, a) a

    inf-backprop InfBackprop

    Power binary differentiable operation.

    Examples of usage

    >>> import Prelude (Float)
    
    >>> import NumHask (half)
    
    >>> import InfBackprop (call, derivative)
    
    >>> call (**) (0.5, 9) :: Float
    3.0
    
    >>> import Debug.SimpleExpr.Expr (variable)
    
    >>> x = variable "x"
    
    >>> n = variable "n"
    
    >>> derivative (**) (n, x)
    (1·(n·(x^(n-1))),1·((x^n)·log(x)))
    

  8. (**) :: (ExpField a, FromIntegral a Integer) => BackpropFunc (a, a) a

    inf-backprop Prelude.InfBackprop

    Power binary differentiable operation.

    Examples of usage

    >>> import Prelude (Float)
    
    >>> import NumHask (half)
    
    >>> import InfBackprop (call, derivative)
    
    >>> call (**) (0.5, 9) :: Float
    3.0
    
    >>> import Debug.SimpleExpr.Expr (variable)
    
    >>> x = variable "x"
    
    >>> n = variable "n"
    
    >>> derivative (**) (n, x)
    (1·(n·(x^(n-1))),1·((x^n)·log(x)))
    

  9. (**) :: Floating a => a -> a -> a

    liquidhaskell GHC.Float_LHAssumptions

    No documentation available.

  10. (**) :: Floating a => a -> a -> a

    verset Verset

    No documentation available.

Page 4 of many | Previous | Next