Skip to main content

tgamma1pm1_pair

Function tgamma1pm1_pair 

Source
pub fn tgamma1pm1_pair<P, E, V, const NE: usize, const NO: usize>(
    v: V,
    t: &LogGamma1p<E, NE, NO>,
) -> (V, V)
Expand description

$(\Gamma(1+v) - 1,\; \Gamma(1-v) - 1)$ for $\lvert v\rvert \le 1/2$.

Boost calls the single-sign form tgamma1pm1. See the module docs for why tgamma(1 + v) - 1 is not an acceptable substitute.

Last built: 2026-09-08 21:35:55 UTC