C Programming/complex.h/csinh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Prototypes[edit | edit source]

double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);

Description[edit | edit source]

These functions compute and return the complex hyperbolic sine value.