• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. fromFixedPoint :: Integer -> Integer -> Integer -> Integer

    numeric-prelude Number.FixedPoint

    denominator conversion

  2. fromFixedPoint :: Integer -> T -> T

    numeric-prelude Number.FixedPoint.Check

    denominator conversion

  3. defScaleIx :: UnitSet i a -> Int

    numeric-prelude Number.Physical.UnitDatabase

    No documentation available.

  4. type FixedPoint = (Integer, Mantissa)

    numeric-prelude Number.Positional

    No documentation available.

  5. fromFixedPoint :: Basis -> FixedPoint -> T

    numeric-prelude Number.Positional

    No documentation available.

  6. mantissaFromFixedInt :: Basis -> Exponent -> Integer -> Mantissa

    numeric-prelude Number.Positional

    No documentation available.

  7. toFixedPoint :: Basis -> T -> FixedPoint

    numeric-prelude Number.Positional

    Split into integer and fractional part.

  8. fromComplexMatrix :: C a => Array (Int, Int) (T a) -> T a

    numeric-prelude Number.Quaternion

    Revert toComplexMatrix.

  9. fromRotationMatrix :: C a => Array (Int, Int) a -> T a

    numeric-prelude Number.Quaternion

    No documentation available.

  10. fromRotationMatrixDenorm :: C a => Array (Int, Int) a -> T a

    numeric-prelude Number.Quaternion

    The rotation matrix must be normalized. (I.e. no rotation with scaling) The computed quaternion is not normalized.

Page 282 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete