![]() |
WPILibC++ 2025.3.2
|
#include <cmath>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | gcem |
| namespace | gcem::internal |
Functions | |
| constexpr long double | gcem::internal::lgamma_coef_term (const long double x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::lgamma_term_2 (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::lgamma_term_1 (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::lgamma_begin (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::lgamma_check (const T x) noexcept |
| template<typename T > | |
| constexpr return_t< T > | gcem::lgamma (const T x) noexcept |
| Compile-time log-gamma function. | |