Related Topics: | ||
Description: Returns the double factorial of a number.
Syntax: FACTDOUBLE(Number)
Number is the value for which to return the double factorial. If Number is not an integer, it is truncated.
Remarks:
Number must be numerical and nonnegative.
If Number is even:
If number is odd:
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:
FACTDOUBLE(6) = 48 [double factorial of 6]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.