tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | pow (double base, double exp) -> double |
Computes the value of base raised to the power exp. | |
constexpr auto | pow (double base, int iexp) -> double |
Computes the value of base raised to the power exp. | |
constexpr auto | pow (float base, float exp) -> float |
Computes the value of base raised to the power exp. | |
constexpr auto | pow (float base, int iexp) -> float |
Computes the value of base raised to the power exp. | |
constexpr auto | pow (long double base, int iexp) -> long double |
Computes the value of base raised to the power exp. | |
constexpr auto | pow (long double base, long double exp) -> long double |
Computes the value of base raised to the power exp. | |
constexpr auto | powf (float base, float exp) -> float |
Computes the value of base raised to the power exp. | |
constexpr auto | powl (long double base, long double exp) -> long double |
Computes the value of base raised to the power exp. | |