Searched refs:alpha_pow_third (Results 1 – 1 of 1) sorted by relevance
258 const T alpha_pow_third(boost::math::cbrt(alpha)); in calculate() local259 const T alpha_pow_minus_two_thirds(T(1) / (alpha_pow_third * alpha_pow_third)); in calculate()