Function ReferenceFACTOn this pageFACT Returns the factorial of a non-negative integer. CategoryMathSyntaxFACT(number) Parameters ParameterRequiredDescriptionnumberRequiredThe non-negative integer for which you want the factorial. Example FACT(5) // → 120FACT(0) // → 1 Auto-generated from the EngCanvas function registry.