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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto log (double v) noexcept -> double
 Computes the natural (base e) logarithm of arg.
 
constexpr auto log (float v) noexcept -> float
 Computes the natural (base e) logarithm of arg.
 
constexpr auto log (integral auto arg) noexcept -> double
 Computes the natural (base e) logarithm of arg.
 
constexpr auto log (long double v) noexcept -> long double
 Computes the natural (base e) logarithm of arg.
 
constexpr auto logf (float v) noexcept -> float
 Computes the natural (base e) logarithm of arg.
 
constexpr auto logl (long double v) noexcept -> long double
 Computes the natural (base e) logarithm of arg.