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