Home | History | Annotate | Download | only in include

Lines Matching full:atanh

214 template<class T> complex<T> atanh(const complex<T>&);
1274 // atanh
1278 atanh(const complex<_Tp>& __x)
1416 complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real()));