[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1

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

z Specifies the value to be computed.

Return Values

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

Related Information

casinh, casinfh, or casinlh Subroutine

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]