gamma-0.9.0.2: Gamma function and related functions.

Safe HaskellNone
LanguageHaskell98

Math.Factorial

Synopsis

Documentation

class Num a => Factorial a where #

Factorial function

Minimal complete definition

Nothing

Methods

factorial :: Integral b => b -> a #

Instances
Factorial Double # 
Instance details

Defined in Math.Factorial

Methods

factorial :: Integral b => b -> Double #

Factorial Float # 
Instance details

Defined in Math.Factorial

Methods

factorial :: Integral b => b -> Float #

Factorial Integer # 
Instance details

Defined in Math.Factorial

Methods

factorial :: Integral b => b -> Integer #

Factorial (Complex Double) # 
Instance details

Defined in Math.Factorial

Methods

factorial :: Integral b => b -> Complex Double #

Factorial (Complex Float) # 
Instance details

Defined in Math.Factorial

Methods

factorial :: Integral b => b -> Complex Float #