csinhl.c 99 B

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