Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

i_dnnt.c

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003 #ifdef KR_headers
00004 double floor();
00005 integer i_dnnt(x) doublereal *x;
00006 #else
00007 #undef abs
00008 #include "math.h"
00009 integer i_dnnt(doublereal *x)
00010 #endif
00011 {
00012 return( (*x)>=0 ?
00013         floor(*x + .5) : -floor(.5 - *x) );
00014 }

Generated on Wed Sep 5 12:54:21 2007 for DSACSS Operational Code by  doxygen 1.3.9.1