Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
signumOrd :: (C a, Ord a) => a -> anumeric-prelude Algebra.Absolute No documentation available.
signum :: (C a, C a) => T a -> T anumeric-prelude Number.Complex Scale a complex number to magnitude 1. For a complex number z, abs z is a number with the magnitude of z, but oriented in the positive real direction, whereas signum z has the phase of z, but unit magnitude.
signumNorm :: (C a, C a a, C a) => T a -> T anumeric-prelude Number.Complex No documentation available.
absSignum :: (C u, C a) => T u a -> (T u a, a)numeric-prelude Number.DimensionTerm No documentation available.
-
numeric-prelude Number.DimensionTerm No documentation available.
fromNumberWithDimension :: C u => u -> a -> T u anumeric-prelude Number.DimensionTerm No documentation available.
-
numeric-prelude Number.DimensionTerm No documentation available.
toNumberWithDimension :: C u => u -> T u a -> anumeric-prelude Number.DimensionTerm No documentation available.
fromNumber :: (Ord a, C a) => a -> T anumeric-prelude Number.NonNegative Convert a number to a non-negative number. If a negative number is given, an error is raised.
fromNumberClip :: (Ord a, C a) => a -> T anumeric-prelude Number.NonNegative Convert a number to a non-negative number. A negative number will be replaced by zero. Use this function with care since it may hide bugs.