public static fact<INT_TYPE extends AbstractInt>(value as INT_TYPE) as INT_TYPE:
Computes the factorial of an integer.
value
print(Math.fact(6)) print(Math.fact(10ul))