Return double factorial

        n(n-2)...(5)(3)(1),   n>0, odd
n!!  =  n(n-2)...(6)(4)(2),   n>0, even
        1                 ,   n = -1, or n = 0

For example

6!! = (6)(4)(2) = 48

Solution Stats

188 Solutions

67 Solvers

Last Solution submitted on May 08, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...