3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_ACOSH_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_ACOSH_H
Definition complex.hpp:26
Definition cholesky.hpp:18
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto log(Complex< T > const &a)
Definition log.hpp:11
static constexpr auto sqrt(Complex< T > const &a)
Definition sqrt.hpp:12
static constexpr auto acosh(Complex< T > const &a)
Definition acosh.hpp:13