dutils.binom

Members

Classes

InBinom
class InBinom(X)

* Class: Serves as a set up binomial to perform operations on.

OutBinom
class OutBinom(X)

Class: Output of member functions of InBinom

Functions

factorial
uint factorial(uint f)

* This function returns the factorial of a number. * Params: * f = is the number that the factorial is being performed on. * Returns: The factorial of f.

Meta

License

GPL-3.0*