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  

d_atn2.c

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003 #ifdef KR_headers
00004 double atan2();
00005 double d_atn2(x,y) doublereal *x, *y;
00006 #else
00007 #undef abs
00008 #include "mathh.h"
00009 double d_atn2(doublereal *x, doublereal *y)
00010 #endif
00011 {
00012 return( atan2(*x,*y) );
00013 }
 

Powered by Plone

This site conforms to the following standards: