FACTDOUBLE

FACTDOUBLE double factorial

Synopsis

FACTDOUBLE(x)

Arguments

x: non-negative integer

Description

FACTDOUBLE function returns the double factorial x!!

Note

If x is not an integer, it is truncated. If x is negative, FACTDOUBLE returns #NUM!

Microsoft Excel Compatibility

This function is Excel compatible.

See also

FACT.