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.
fromFixedPoint :: Integer -> Integer -> Integer -> Integernumeric-prelude Number.FixedPoint denominator conversion
fromFixedPoint :: Integer -> T -> Tnumeric-prelude Number.FixedPoint.Check denominator conversion
defScaleIx :: UnitSet i a -> Intnumeric-prelude Number.Physical.UnitDatabase No documentation available.
type
FixedPoint = (Integer, Mantissa)numeric-prelude Number.Positional No documentation available.
fromFixedPoint :: Basis -> FixedPoint -> Tnumeric-prelude Number.Positional No documentation available.
mantissaFromFixedInt :: Basis -> Exponent -> Integer -> Mantissanumeric-prelude Number.Positional No documentation available.
toFixedPoint :: Basis -> T -> FixedPointnumeric-prelude Number.Positional Split into integer and fractional part.
fromComplexMatrix :: C a => Array (Int, Int) (T a) -> T anumeric-prelude Number.Quaternion Revert toComplexMatrix.
fromRotationMatrix :: C a => Array (Int, Int) a -> T anumeric-prelude Number.Quaternion No documentation available.
fromRotationMatrixDenorm :: C a => Array (Int, Int) a -> T anumeric-prelude Number.Quaternion The rotation matrix must be normalized. (I.e. no rotation with scaling) The computed quaternion is not normalized.