WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
log_binomial_coef.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  gcem
namespace  gcem::internal

Functions

template<typename T>
constexpr T gcem::internal::log_binomial_coef_compute (const T n, const T k) noexcept
template<typename T1, typename T2, typename TC = common_return_t<T1,T2>>
constexpr TC gcem::internal::log_binomial_coef_type_check (const T1 n, const T2 k) noexcept
template<typename T1, typename T2>
constexpr common_return_t< T1, T2 > gcem::log_binomial_coef (const T1 n, const T2 k) noexcept
 Compile-time log binomial coefficient.