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

Technical Reference: Base Operating System and Extensions, Volume 1

csin, csinf, or csinl Subroutine

Purpose

Computes the complex sine.

Syntax

#include <complex.h>

double complex csin (z)
double complex z;

float complex csinf (z)
float complex z;

long double complex csinl (z)
long double complex z;

Description

The csin, csinf, and csinl subroutines compute the complex sine of the value specified by the z parameter.

Parameters

z Specifies the value to be computed.

Return Values

The csin, csinf, and csinl subroutines return the complex sine value.

Related Information

casin, casinf, or casinl Subroutine

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