Mathematical Library Functions csinh(3M)
NAME
csinh, csinhf, csinhl - complex hyperbolic sine functions
SYNOPSIS
c99 [ flag... ] file... -lm [ library... ]
#include
double complex csinh(double complex z);float complex csinhf(float complex z);
long double complex csinhl(long double complex z);DESCRIPTION
These functions compute the complex hyperbolic sine of z.RETURN VALUES
These functions return the complex hyperbolic sine value.ERRORS
No errors are defined.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
| Standard | See standards(5). ||_____________________________|_____________________________|
SEE ALSO
casinh(3M), complex.h(3HEAD), attributes(5), standards(5)SunOS 5.11 Last change: 12 Jul 2006 1