cimagf.c 82 B

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