2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-csinh.c
blob2bcba920e3cae6123997e97cd4d2cead4e4eb326
1 #include "nldbl-compat.h"
2 #include <complex.h>
4 double _Complex
5 attribute_hidden
6 csinhl (double _Complex x)
8 return csinh (x);