Doxygen Source Code Documentation
d_abs.c File Reference
#include "f2c.h"Go to the source code of this file.
| Functions | |
| double | d_abs (doublereal *x) | 
Function Documentation
| 
 | 
| 
 Definition at line 6 of file d_abs.c. 
 00008 {
00009 if(*x >= 0)
00010         return(*x);
00011 return(- *x);
00012 }
 | 
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  