WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<typename T > | |
constexpr T | internal::expm1_compute (const T x) noexcept |
template<typename T > | |
constexpr T | internal::expm1_check (const T x) noexcept |
template<typename T > | |
constexpr return_t< T > | expm1 (const T x) noexcept |
Compile-time exponential-minus-1 function. More... | |
|
constexprnoexcept |
Compile-time exponential-minus-1 function.
x | a real-valued input. |
\[ \exp(x) = \sum_{k=0}^\infty \dfrac{x^k}{k!} \]