gamma-0.9.0.2: Gamma function and related functions.
Math.Factorial
Synopsis
class Num a => Factorial a where #
Factorial function
Methods
factorial :: Integral b => b -> a #
Instances
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 #