Home
last modified time | relevance | path

Searched refs:zeta_polynomial_series (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.hpp691 T zeta_polynomial_series(T s, T sc, int digits) in zeta_polynomial_series() function
742 term = (zeta_polynomial_series(T(2 * n), T(1 - T(2 * n)), digits) - 1) * factor / n; in khinchin()