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

double _Complex
attribute_hidden
ctanhl (double _Complex x)
{
  return ctanh (x);
}