Namespaces
Variants
Views
Actions

csinf, csin, csinl

From cppreference.com
< c | numeric | complex
Revision as of 14:08, 4 January 2013 by P12 (Talk | contribs)
Defined in header <complex.h>
float complex       csinf( float complex z );
(since C99)
double complex      csin( double complex z );
(since C99)
long double complex csinl( long double complex z );
(since C99)

Computes the complex sine of z.

Contents

Parameters

z - complex argument

Return value

The complex sine of z.

Example

See also

Template:c/numeric/complex/dcl list ccosTemplate:c/numeric/complex/dcl list ctan