FACTDOUBLE function
Summary
Returns the double factorial of a number
Syntax
FACTDOUBLE(number)
The FACTDOUBLE function syntax has the following arguments:
• Number Required. The value for which to return the double factorial. If number is not an integer, it is truncated.
• Number Required. The value for which to return the double factorial. If number is not an integer, it is truncated.
Example
=FACTDOUBLE(6)
=FACTDOUBLE(7)
=FACTDOUBLE(7)