ctanhl.c 99 B

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