1 2 3 4 5 6 7
#include "libm.h" float complex cacoshf(float complex z) { z = cacosf(z); return cpackf(-cimagf(z), crealf(z)); }