Related Topics: | ||
Description: Returns the factorial of a number. The factorial of a number is equal to 1*2*3*...* number.
Syntax: FACT(Number)
Number is the nonnegative integer number you want the factorial of.
Remarks:
When used in a RENO flowchart, Number must evaluate to a numerical value. It can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
FACT(5) = 120 [Factorial of 5, or 1*2*3*4*5]
FACT(-1) = #VALUE! [negative numbers cause an error!]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.