gamma-0.10.0.0: Gamma function and related functions.

Safe HaskellNone
LanguageHaskell2010

Math.Factorial

Synopsis

Documentation

class Num a => Factorial a where Source #

Factorial function

Minimal complete definition

Nothing

Methods

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

Instances
Factorial Double Source # 
Instance details

Defined in Math.Factorial

Methods

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

Factorial Float Source # 
Instance details

Defined in Math.Factorial

Methods

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

Factorial Integer Source # 
Instance details

Defined in Math.Factorial

Methods

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

Factorial (Complex Double) Source # 
Instance details

Defined in Math.Factorial

Methods

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

Factorial (Complex Float) Source # 
Instance details

Defined in Math.Factorial

Methods

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