tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | tgamma (double arg) noexcept -> double |
Computes the gamma function of arg. | |
constexpr auto | tgamma (float arg) noexcept -> float |
Computes the gamma function of arg. | |
constexpr auto | tgamma (integral auto arg) noexcept -> double |
Computes the gamma function of arg. | |
constexpr auto | tgamma (long double arg) noexcept -> long double |
Computes the gamma function of arg. | |
constexpr auto | tgammaf (float arg) noexcept -> float |
Computes the gamma function of arg. | |
constexpr auto | tgammal (long double arg) noexcept -> long double |
Computes the gamma function of arg. | |