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