blob: b2e2c9c8efda5580eb63a781190a07a7f7403580 [file] [log] [blame]
#include "nldbl-compat.h"
#include <complex.h>
double _Complex
attribute_hidden
csinl (double _Complex x)
{
return csin (x);
}