WPILibC++ 2023.4.3
|
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<typename T > | |
constexpr return_t< T > | internal::log10_check (const T x) noexcept |
template<typename T > | |
constexpr return_t< T > | log10 (const T x) noexcept |
Compile-time common logarithm function. More... | |
|
constexprnoexcept |
Compile-time common logarithm function.
x | a real-valued input. |
\[ \log_{10}(x) = \frac{\log_e(x)}{\log_e(10)} \]