cimag.c 82 B

123456
  1. #include "complex_impl.h"
  2. double (cimag)(double complex z)
  3. {
  4. return cimag(z);
  5. }