WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
log10.hpp File Reference
#include <cmath>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  gcem
namespace  gcem::internal

Functions

template<typename T>
constexpr return_t< T > gcem::internal::log10_check (const T x) noexcept
template<typename T>
constexpr return_t< T > gcem::log10 (const T x) noexcept
 Compile-time common logarithm function.