blob: 490be9b3f218b5459cb9ef580a315076206fe1bf [file] [log] [blame]
#include "complex_impl.h"
float complex ccosf(float complex z)
{
return ccoshf(CMPLXF(-cimagf(z), crealf(z)));
}