Doxygen Source Code Documentation
d_sqrt.c File Reference
#include "f2c.h"
#include "mathh.h"
Go to the source code of this file.
Functions | |
double | d_sqrt (doublereal *x) |
Function Documentation
|
Definition at line 9 of file d_sqrt.c.
00011 {
00012 return( sqrt(*x) );
00013 }
|