github.com/afumu/libc@v0.0.6/musl/src/complex/ctanhl.c (about)

     1  #include "complex_impl.h"
     2  
     3  //FIXME
     4  long double complex ctanhl(long double complex z)
     5  {
     6  	return ctanh(z);
     7  }