VMS Help
CRTL, csin
*Conan The Librarian
|
Returns the complex sine of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double complex csin (double complex z);
float complex csinf (float complex z);
long double complex csinl (long double complex z);
z
A complex value.
The csin functions compute the complex sine value of z.
x The complex sine value.
Returns the complex hyperbolic sine of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double complex csinh (double complex z);
float complex csinhf (float complex z);
long double complex csinhl (long double complex z);
z
A complex value.
The csinh functions compute the complex hyperbolic sine of z.
x The complex hyperbolic sine value.