summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-csin.c
blob: b2e2c9c8efda5580eb63a781190a07a7f7403580 (plain)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double _Complex
attribute_hidden
csinl (double _Complex x)
{
  return csin (x);
}