Upload Tizen:Base source
[external/eglibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-csin.c
1 #include "nldbl-compat.h"
2 #include <complex.h>
3
4 double _Complex
5 attribute_hidden
6 csinl (double _Complex x)
7 {
8   return csin (x);
9 }