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.
(
** ) :: Selector -> Selector -> Selectorclay Clay The deep selector composer. Maps to sel1 sel2 in CSS.
(
** ) :: Selector -> Selector -> Selectorclay Clay.Selector The deep selector composer. Maps to sel1 sel2 in CSS.
(
** ) :: Floating a => a -> a -> aconstrained-categories Control.Category.Constrained.Prelude No documentation available.
(
** ) :: Floating a => a -> a -> aconstrained-categories Control.Category.Hask No documentation available.
(
** ) :: Floating a => a -> a -> acopilot-language Copilot.Language.Prelude No documentation available.
(
** ) :: Floating a => a -> a -> afuncmp FMP.Types No documentation available.
(
** ) :: (ExpField a, FromIntegral a Integer) => BackpropFunc (a, a) ainf-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)))
(
** ) :: (ExpField a, FromIntegral a Integer) => BackpropFunc (a, a) ainf-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)))
(
** ) :: Floating a => a -> a -> aliquidhaskell GHC.Float_LHAssumptions No documentation available.
(
** ) :: Floating a => a -> a -> averset Verset No documentation available.