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

Go to the source code of this file.

Functions

dcomplex __zexp (double_t zdreal, double_t zdimag)
void z_exp (dcomplex *r, dcomplex *z)

Function Documentation

dcomplex __zexp ( double_t  zdreal,
double_t  zdimag 
)

Definition at line 44 of file z_exp.c.

References dcomplex::dimag, and dcomplex::dreal.

Referenced by z_exp().

void z_exp ( dcomplex r,
dcomplex z 
)

Definition at line 55 of file z_exp.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines