factorial

* 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.

pure nothrow @safe
uint
factorial
(
const uint f
)

Meta