Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6961 inline double normal_cdf(double x) { in normal_cdf() function
6997 return std::lround(normal_cdf(x) * n); }; in bootstrap()