tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | log2 (double arg) noexcept -> double |
Computes the binary (base-2) logarithm of arg. | |
constexpr auto | log2 (float arg) noexcept -> float |
Computes the binary (base-2) logarithm of arg. | |
constexpr auto | log2 (integral auto arg) noexcept -> double |
Computes the binary (base-2) logarithm of arg. | |
constexpr auto | log2 (long double arg) noexcept -> long double |
Computes the binary (base-2) logarithm of arg. | |
constexpr auto | log2f (float arg) noexcept -> float |
Computes the binary (base-2) logarithm of arg. | |
constexpr auto | log2l (long double arg) noexcept -> long double |
Computes the binary (base-2) logarithm of arg. | |