glibc/sysdeps/ieee754/ldbl-opt/nldbl-ccosh.c

10 lines
132 B
C
Raw Normal View History

2007-07-13 02:26:36 +08:00
#include "nldbl-compat.h"
#include <complex.h>
double _Complex
attribute_hidden
ccoshl (double _Complex x)
{
return ccosh (x);
}