Skip to main content

FACT

Returns the factorial of a non-negative integer.

CategoryMath
SyntaxFACT(number)

Parameters

ParameterRequiredDescription
numberRequiredThe non-negative integer for which you want the factorial.

Example

FACT(5)          // → 120
FACT(0) // → 1

Auto-generated from the EngCanvas function registry.