gamma-0.10.0.0: Gamma function and related functions.
Math.Factorial
class Num a => Factorial a where Source #
Factorial function
Minimal complete definition
Nothing
Methods
factorial :: Integral b => b -> a Source #
Defined in Math.Factorial
factorial :: Integral b => b -> Double Source #
factorial :: Integral b => b -> Float Source #
factorial :: Integral b => b -> Integer Source #
factorial :: Integral b => b -> Complex Double Source #
factorial :: Integral b => b -> Complex Float Source #