|
NAMEccosh , ccoshf ,
csinh , csinhf ,
ctanh , ctanhf —
complex hyperbolic functions
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <complex.h>
double complex
float complex
double complex
float complex
double complex
float complex
DESCRIPTIONTheccosh (), csinh (), and
ctanh () functions compute the hyperbolic cosine, sine,
and tangent of the complex number z, respectively. The
ccoshf (), csinhf (), and
ctanhf () functions perform the same operations in
float precision.
SEE ALSOcacosh(3), ccos(3), complex(3), cosh(3), math(3), sinh(3), tanh(3)STANDARDSThese functions conform to ISO/IEC 9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |