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

double _Complex
attribute_hidden
ccoshl (double _Complex x)
{
  return ccosh (x);
}