mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
10 lines
132 B
C
10 lines
132 B
C
|
#include "nldbl-compat.h"
|
||
|
#include <complex.h>
|
||
|
|
||
|
double _Complex
|
||
|
attribute_hidden
|
||
|
ccoshl (double _Complex x)
|
||
|
{
|
||
|
return ccosh (x);
|
||
|
}
|