FACTDOUBLE

FACTDOUBLE(arg1) → { number | string | boolean }

Returns the double factorial of a number.

Parameters:

Name Type Description
arg1 any

Is the value for which to return the double factorial.

Returns:

Type
number | string | boolean