tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
log2.hpp File Reference

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.