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

double _Complex
attribute_hidden
ccosl (double _Complex x)
{
  return ccos (x);
}