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.

  1. signumOrd :: (C a, Ord a) => a -> a

    numeric-prelude Algebra.Absolute

    No documentation available.

  2. signum :: (C a, C a) => T a -> T a

    numeric-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.

  3. signumNorm :: (C a, C a a, C a) => T a -> T a

    numeric-prelude Number.Complex

    No documentation available.

  4. absSignum :: (C u, C a) => T u a -> (T u a, a)

    numeric-prelude Number.DimensionTerm

    No documentation available.

  5. fromNumber :: a -> Scalar a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  6. fromNumberWithDimension :: C u => u -> a -> T u a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  7. toNumber :: Scalar a -> a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  8. toNumberWithDimension :: C u => u -> T u a -> a

    numeric-prelude Number.DimensionTerm

    No documentation available.

  9. fromNumber :: (Ord a, C a) => a -> T a

    numeric-prelude Number.NonNegative

    Convert a number to a non-negative number. If a negative number is given, an error is raised.

  10. fromNumberClip :: (Ord a, C a) => a -> T a

    numeric-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.

Page 263 of many | Previous | Next