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