6 lines
74 B
C
6 lines
74 B
C
#include "libm.h"
|
|
|
|
float (cimagf)(float complex z)
|
|
{
|
|
return cimagf(z);
|
|
}
|