/** * copilot suggests: */ #include #include float complex csinhf(float complex z) { return (cexpf(z) - cexpf(-z)) / 2; }