Fact

Function

Fact(number)

number

Fact is included by default in each file as part of the Math library.

 

See also:


The Fact function returns the factorial of the given number. Only non-negative numbers, without units, are allowed.

If a non-integer number is given, the function rounds down to the nearest whole number.