@FACTORIAL

Returns the factorial of expression. The factorial of a number is equal to 1*2*3*...* number.

Syntax

@FACTORIAL (expression)
ParameterDescription

expression

Single member specification or numeric expression.

Notes

Example

@FACTORIAL(1)     1
@FACTORIAL(5)     120

See Also

  • @POWER