Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dpoisson_distribution.h177 const double __fac[] = {1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880}; in operator() local
179 __py = std::pow(__pr.__mean_, (double)__tx) / __fac[static_cast<int>(__tx)]; in operator()