Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

z_exp.c File Reference

#include "f2c.h"
#include "mathh.h"

Go to the source code of this file.


Functions

void z_exp (doublecomplex *r, doublecomplex *z)

Function Documentation

void z_exp doublecomplex   r,
doublecomplex   z
 

Definition at line 9 of file z_exp.c.

References r.

00011 {
00012 double expx;
00013 
00014 expx = exp(z->r);
00015 r->r = expx * cos(z->i);
00016 r->i = expx * sin(z->i);
00017 }
 

Powered by Plone

This site conforms to the following standards: