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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto log10 (double arg) noexcept -> double
 Computes the binary (base-10) logarithm of arg.
 
constexpr auto log10 (float arg) noexcept -> float
 Computes the binary (base-10) logarithm of arg.
 
constexpr auto log10 (integral auto arg) noexcept -> double
 Computes the binary (base-10) logarithm of arg.
 
constexpr auto log10 (long double arg) noexcept -> long double
 Computes the binary (base-10) logarithm of arg.
 
constexpr auto log10f (float arg) noexcept -> float
 Computes the binary (base-10) logarithm of arg.
 
constexpr auto log10l (long double arg) noexcept -> long double
 Computes the binary (base-10) logarithm of arg.