• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

src/generic/apbs/vcap.h

Go to the documentation of this file.
00001 
00056 #ifndef _VCAP_H_
00057 #define _VCAP_H_
00058 
00062 #define EXPMAX  85.00
00063 
00067 #define EXPMIN -85.00
00068 
00069 #include "maloc/maloc.h"
00070 
00089 VEXTERNC double Vcap_exp(
00090         double x, 
00091         int *ichop 
00092         );
00093 
00094 
00113 VEXTERNC double Vcap_sinh(
00114         double x, 
00115         int *ichop 
00116         );
00117 
00136 VEXTERNC double Vcap_cosh(
00137         double x, 
00138         int *ichop 
00139         );
00140 
00141 #endif    /* ifndef _VCAP_H_ */

Generated on Wed Oct 20 2010 12:01:33 for APBS by  doxygen 1.7.2