Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

mdp_mod2sign.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00014 int mdp_mod2sign(int x) {
00015   if((x % 2)==0) 
00016     return +1; 
00017   else 
00018     return -1;
00019 }

Generated on Sun Feb 27 15:12:21 2005 by  doxygen 1.4.1