Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.23 KB

csinh-csinhf-csinhl.md

File metadata and controls

72 lines (58 loc) · 2.23 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: csinh, csinhf, csinhl
csinh, csinhf, csinhl
11/04/2016
csinh
csinhf
csinhl
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-math-l1-1-0.dll
DLLExport
apiref
csinh
csinhf
csinhl
complex/csinh
complex/csinhf
complex/csinhl
csinh function
csinhf function
csinhl function
cc616e55-d14d-4cd3-91f0-fbee03ce5edf

csinh, csinhf, csinhl

Retrieves the hyperbolic sine of a complex number.

Syntax

_Dcomplex csinh(
   _Dcomplex z
);
_Fcomplex csinh(
   _Fcomplex z
);  // C++ only
_Lcomplex csinh(
   _Lcomplex z
);  // C++ only
_Fcomplex csinhf(
   _Fcomplex z
);
_Lcomplex csinhl(
   _Lcomplex z
);

Parameters

z
A complex number that represents an angle, in radians.

Return value

The hyperbolic sine of z, in radians.

Remarks

Because C++ allows overloading, you can call overloads of csinh that take and return _Fcomplex and _Lcomplex values. In a C program, csinh always takes and returns a _Dcomplex value.

Requirements

Routine C header C++ header
csinh, csinhf, csinhl <complex.h> <ccomplex>

For more compatibility information, see Compatibility.

See also

Alphabetical function reference
catanh, catanhf, catanhl
ctanh, ctanhf, ctanhl
catan, catanf, catanl
casinh, casinhf, casinhl
ccosh, ccoshf, ccoshl
cacosh, cacoshf, cacoshl
cacos, cacosf, cacosl
ctan, ctanf, ctanl
csin, csinf, csinl
casin, casinf, casinl
ccos, ccosf, ccosl
csqrt, csqrtf, csqrtl