mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
complex: add C11 CMPLX macros and replace cpack with them
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
|
||||
float complex ccosf(float complex z)
|
||||
{
|
||||
return ccoshf(cpackf(-cimagf(z), crealf(z)));
|
||||
return ccoshf(CMPLXF(-cimagf(z), crealf(z)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user