Home | History | Annotate | Download | only in include

Lines Matching full:asinh

213 template<class T> complex<T> asinh(const complex<T>&);
1128 // asinh
1132 asinh(const complex<_Tp>& __x)
1286 complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real()));