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