mirror of
https://github.com/fluencelabs/musl
synced 2025-05-10 14:18:43 +00:00
7 lines
74 B
C
7 lines
74 B
C
#include "libm.h"
|
|
|
|
float (cimagf)(float complex z)
|
|
{
|
|
return cimagf(z);
|
|
}
|