DEBSOURCES
Skip Quicknav
sources / glibc / 2.41-12 / sysdeps / ieee754 / ldbl-opt / nldbl-ccosh.c
123456789
#include "nldbl-compat.h" #include <complex.h> double _Complex attribute_hidden ccoshl (double _Complex x) { return ccosh (x); }