Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
An experimental alternative hierarchy of numeric type classes The package provides an experimental alternative hierarchy of numeric type classes. The type classes are more oriented at mathematical structures and their methods come with laws that the instances must fulfill.
numColumns :: T a -> Dimensionnumeric-prelude MathObj.Matrix No documentation available.
-
numeric-prelude MathObj.Matrix No documentation available.
-
numeric-prelude Number.FixedPoint.Check No documentation available.
-
numeric-prelude Number.Ratio No documentation available.
-
numeric-prelude NumericPrelude No documentation available.
-
numeric-prelude NumericPrelude.Numeric No documentation available.
-
A numeric class hierarchy. This package provides alternative numeric classes over Prelude. The numeric class constellation looks somewhat like:
Usage
>>> {-# LANGUAGE GHC2024 #-} >>> {-# LANGUAGE RebindableSyntax #-} >>> import NumHask.PreludeSee NumHask for a detailed overview. numAxes :: MonadIO m => Joystick -> m CIntsdl2 SDL.Input.Joystick Get the number of general axis controls on a joystick. See SDL_JoystickNumAxes for C documentation.
numBalls :: MonadIO m => Joystick -> m CIntsdl2 SDL.Input.Joystick Get the number of trackballs on a joystick. See SDL_JoystickNumBalls for C documentation.