Home
last modified time | relevance | path

Searched refs:__fac (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__random/
H A Dpoisson_distribution.h208 const double __fac[] = {1, 1, 2, 6, 24, 120, 720, 5040, in operator() local
211 __py = _VSTD::pow(__pr.__mean_, (double)__tx) / __fac[static_cast<int>(__tx)]; in operator()