Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.38 KB

casin-casinf-casinl.md

File metadata and controls

72 lines (58 loc) · 2.38 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: casin, casinf, casinl
casin, casinf, casinl
11/04/2016
casin
casinf
casinl
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
casin
casinf
casinl
complex/casin
complex/casinf
complex/casinl
casin function
casinf function
casinl function
b75d1455-7b1e-43b0-bd46-c530be190be9

casin, casinf, casinl

Retrieves the arcsine of a complex number, with branch cuts outside the interval [-1, +1] along the real axis.

Syntax

_Dcomplex casin(
   _Dcomplex z
);
_Fcomplex casin(
   _Fcomplex z
);  // C++ only
_Lcomplex casin(
   _Lcomplex z
);  // C++ only
_Fcomplex casinf(
   _Fcomplex z
);
_Lcomplex casinl(
   _Lcomplex z
);

Parameters

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

Return value

The arcsine of z, in radians. The result is unbounded along the imaginary axis, and in the interval [-π/2, +π/2] along the real axis.

Remarks

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

Requirements

Routine C header C++ header
casin, casinf, casinl <complex.h> <ccomplex>

For more compatibility information, see Compatibility.

See also

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