Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

vcap.h

Go to the documentation of this file.
00001 
00051 #ifndef _VCAP_H_
00052 #define _VCAP_H_
00053 
00057 #define EXPMAX  85.00
00058 
00062 #define EXPMIN -85.00
00063 
00064 #include "maloc/maloc.h"
00065 
00084 double Vcap_exp(
00085         double x, 
00086         int *ichop 
00087         );
00088 
00089 
00108 double Vcap_sinh(
00109         double x, 
00110         int *ichop 
00111         );
00112 
00131 double Vcap_cosh(
00132         double x, 
00133         int *ichop 
00134         );
00135 
00136 #endif    /* ifndef _VCAP_H_ */
00137 

Generated on Tue Dec 6 10:05:31 2005 for APBS by doxygen 1.3.5