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  

c_exp.c File Reference

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

Go to the source code of this file.


Functions

void c_exp (complex *r, complex *z)

Function Documentation

void c_exp complex   r,
complex   z
 

Definition at line 11 of file c_exp.c.

References r.

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

Powered by Plone

This site conforms to the following standards: