00001 00074 #ifndef _VCAP_H_ 00075 #define _VCAP_H_ 00076 00080 #define EXPMAX 85.00 00081 00085 #define EXPMIN -85.00 00086 00087 #include "maloc/maloc.h" 00088 00107 double Vcap_exp( 00108 double x, 00109 int *ichop 00110 ); 00111 00112 00131 double Vcap_sinh( 00132 double x, 00133 int *ichop 00134 ); 00135 00154 double Vcap_cosh( 00155 double x, 00156 int *ichop 00157 ); 00158 00159 #endif /* ifndef _VCAP_H_ */ 00160