blob: 98303fe55161a9b7ab424a4f8a4d8470c54573bc [file] [log] [blame]
#include "libm.h"
double(cimag)(double complex z) {
return cimag(z);
}