csinhl.c 107 B

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