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