Function rgsl::gamma_beta::factorials::doublefact [] [src]

pub fn doublefact(n: u32) -> f64

This routine computes the double factorial n!! = n(n-2)(n-4) \dots. The maximum value of n such that n!! is not considered an overflow is given by the macro SF_DOUBLEFACT_NMAX and is 297.