Go to the source code of this file.
|
template<typename T > |
constexpr T | internal::acosh_compute (const T x) noexcept |
|
template<typename T > |
constexpr return_t< T > | acosh (const T x) noexcept |
| Compile-time inverse hyperbolic cosine function. More...
|
|
◆ acosh()
template<typename T >
constexpr return_t< T > acosh |
( |
const T |
x | ) |
|
|
constexprnoexcept |
Compile-time inverse hyperbolic cosine function.
- Parameters
-
- Returns
- the inverse hyperbolic cosine function using
\[ \text{acosh}(x) = \ln \left( x + \sqrt{x^2 - 1} \right) \]