csinh, csinhf, or csinhl Subroutine

Purpose

Computes the complex hyperbolic sine.

Syntax

#include <complex.h>

double complex csinh (z)
double complex z;

float complex csinhf (z)
float complex z;

long double complex csinhl (z)
long double complex z;

Description

The csinh, csinhf, and csinhl subroutines compute the complex hyperbolic sine of the value specified by the z parameter.

Parameters

Item Description
z Specifies the value to be computed.

Return Values

The csinh, csinhf, and csinhl subroutines return the complex hyperbolic sine value.