CALC.factdouble(number)

Returns the double of a number. For a number n, if the number is even then n!! =n(n-2)(n-4)(4)(2) else if the number is odd then n!! = n(n-2)(n-4)(3)(1)

Example

CALC.factdouble(6);

// returns 48

<< CALC.fact(number) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.floor(number, SIgnificance) >>