21#ifndef _gcem_log_binomial_coef_HPP
22#define _gcem_log_binomial_coef_HPP
39template<
typename T1,
typename T2,
typename TC = common_return_t<T1,T2>>
59template<
typename T1,
typename T2>
constexpr TC log_binomial_coef_type_check(const T1 n, const T2 k) noexcept
Definition: log_binomial_coef.hpp:42
constexpr T log_binomial_coef_compute(const T n, const T k) noexcept
Definition: log_binomial_coef.hpp:33
Definition: is_even.hpp:29
constexpr return_t< T > lgamma(const T x) noexcept
Compile-time log-gamma function.
Definition: lgamma.hpp:135
constexpr common_return_t< T1, T2 > log_binomial_coef(const T1 n, const T2 k) noexcept
Compile-time log binomial coefficient.
Definition: log_binomial_coef.hpp:62