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