tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | beta (double x, double y) noexcept -> double |
Computes the beta function of x and y. | |
constexpr auto | betaf (float x, float y) noexcept -> float |
Computes the beta function of x and y. | |
constexpr auto | betal (long double x, long double y) noexcept -> long double |
Computes the beta function of x and y. | |