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_abs.c

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003 #ifdef KR_headers
00004 extern double f__cabs();
00005 
00006 double c_abs(z) complex *z;
00007 #else
00008 extern double f__cabs(double, double);
00009 
00010 double c_abs(complex *z)
00011 #endif
00012 {
00013 return( f__cabs( z->r, z->i ) );
00014 }
 

Powered by Plone

This site conforms to the following standards: