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