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

Technical Reference: Base Operating System and Extensions, Volume 1

ccos, ccosf, or ccosl Subroutine

Purpose

Computes the complex cosine.

Syntax

#include <complex.h>

double complex ccos (z)
double complex z;

float complex ccosf (z)
float complex z;

long double complex ccosl (z)
long double complex z;

Description

The ccos, ccosf, and ccosl subroutines compute the complex cosine of z.

Parameters

z Specifies the value to be computed.

Return Values

The ccos, ccosf, and ccosl subroutines return the complex cosine value.

Related Information

cacos, cacosf, or cacosl Subroutine

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