factorial
ABSTRACT
Calculates the factorial of the input value
PARAMETERS
| x | the input value |
RETURN
the factorial of the input value
DECLARATION
func factorial(x)Calculates the factorial of the input value
| x | the input value |
the factorial of the input value
func factorial(x)