Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp613 T n_fact=static_cast<T>(1); // build n! for n = 0. in compute() local
621 n_fact *= n; // n! in compute()
622 …T n_fact_p10 = n_fact * n_fact * n_fact * n_fact * n_fact * n_fact * n_fact * n_fact * n_fact * n_… in compute()