FACTDOUBLE

Returns the double factorial of a number.

Parameters

value Number (required) - The value for which to calculate the double factorial.

Returns

Number

Examples

FACTDOUBLE(5)

// returns 15