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

Methods

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

Instances