]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/nldbl-ctanh.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-ctanh.c
CommitLineData
0ecb606c
JJ
1#include "nldbl-compat.h"
2#include <complex.h>
3
4double _Complex
5attribute_hidden
6ctanhl (double _Complex x)
7{
8 return ctanh (x);
9}