iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / complex / ccosf.c
blob490be9b3f218b5459cb9ef580a315076206fe1bf
1 #include "complex_impl.h"
3 float complex ccosf(float complex z)
5 return ccoshf(CMPLXF(-cimagf(z), crealf(z)));