Factorial

Function of: MathExt
Returns: Number
Tags:  static

Calculates the factorial of a non-negative integer.

Parameters
Name Type Description
nNumber
Example
local function_output = MathExt.Factorial(Number n
)