Factorial
Returns the factorial of a number.
Syntax
Integer!
factorial(Integer, Integer)
Description
Given an integer in the interval , returns the factorial, usually denoted by , defined as the product of all integers between 1 and : . By convention, .
Given two integers and , returns the following computation: