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 00066 /* 00067 // Class Vcap: Non-Inlineable methods (vcap.c) 00069 00090 double Vcap_exp(double x, int *ichop); 00091 00092 00113 double Vcap_sinh(double x, int *ichop); 00114 00135 double Vcap_cosh(double x, int *ichop); 00136 00137 #endif /* ifndef _VCAP_H_ */ 00138