cimagf.c 74 B

123456
  1. #include "libm.h"
  2. float (cimagf)(float complex z)
  3. {
  4. return cimagf(z);
  5. }