Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
z_cos.c File Reference
#include "cmplx.h"
#include "cmplrs/host.h"
#include <math.h>
#include "moremath.h"
Include dependency graph for z_cos.c:

Go to the source code of this file.

Functions

dcomplex __zcos (double_t zdreal, double_t zdimag)
void z_cos (dcomplex *r, dcomplex *z)

Function Documentation

dcomplex __zcos ( double_t  zdreal,
double_t  zdimag 
)

Definition at line 44 of file z_cos.c.

References cosh(), dcomplex::dimag, dcomplex::dreal, and sinh().

Referenced by z_cos().

Here is the call graph for this function:

void z_cos ( dcomplex r,
dcomplex z 
)

Definition at line 53 of file z_cos.c.

References __zcos(), dcomplex::dimag, and dcomplex::dreal.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines