Fact

Mon 01 January 2018

Syntax

Fact(x)

Description

Use the Fact function to return the factorial of a positive integer x. The factorial of a number x is equal to 1*2*3*...* x . If x is not an integer, it is truncated to an integer.

Returns

Returns a Number equal to the factorial of x.