WPILibC++ 2024.3.2
log1p.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 T gcem::internal::log1p_compute (const T x) noexcept
 
template<typename T >
constexpr T gcem::internal::log1p_check (const T x) noexcept
 
template<typename T >
constexpr return_t< T > gcem::log1p (const T x) noexcept
 Compile-time natural-logarithm-plus-1 function. More...