tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | lgamma (double arg) noexcept -> double |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |
constexpr auto | lgamma (float arg) noexcept -> float |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |
constexpr auto | lgamma (long double arg) noexcept -> long double |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |
template<integral T> | |
constexpr auto | lgamma (T arg) noexcept -> double |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |
constexpr auto | lgammaf (float arg) noexcept -> float |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |
constexpr auto | lgammal (long double arg) noexcept -> long double |
Computes the natural logarithm of the absolute value of the gamma function of arg. | |