]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/nldbl-cimag.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-cimag.c
1 #include "nldbl-compat.h"
2 #include <complex.h>
3
4 double
5 attribute_hidden
6 cimagl (double _Complex x)
7 {
8 return cimag (x);
9 }