std::acosh(std::complex)
From cppreference.com
Defined in header <complex>
|
||
template< class T > complex<T> acosh( const complex<T>& z ); |
(since C++11) | |
Computes complex arc hyperbolic cosine of a complex value z with branch cut at values less than 1 along the real axis.
Contents |