chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-ctan.c
1 #include "nldbl-compat.h"
2 #include <complex.h>
3
4 double _Complex
5 attribute_hidden
6 ctanl (double _Complex x)
7 {
8   return ctan (x);
9 }