WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<typename T > | |
constexpr T | internal::sinh_check (const T x) noexcept |
template<typename T > | |
constexpr return_t< T > | sinh (const T x) noexcept |
Compile-time hyperbolic sine function. More... | |
|
constexprnoexcept |
Compile-time hyperbolic sine function.
x | a real-valued input. |
\[ \sinh(x) = \frac{\exp(x) - \exp(-x)}{2} \]