|
inlineconstexpr |
THe double factorial is defined as \(\displaystyle (2n)!! = \prod_{i=1}^n (2i)\) and \(\displaystyle (2n+1)!! = \prod_{i=0}^n (2i+1)\)
Parameters
n
: unsigned argument.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
n
is returned.