00001 00062 #ifndef _VCAP_H_ 00063 #define _VCAP_H_ 00064 00068 #define EXPMAX 85.00 00069 00073 #define EXPMIN -85.00 00074 00075 #include "maloc/maloc.h" 00076 00095 double Vcap_exp( 00096 double x, 00097 int *ichop 00098 ); 00099 00100 00119 double Vcap_sinh( 00120 double x, 00121 int *ichop 00122 ); 00123 00142 double Vcap_cosh( 00143 double x, 00144 int *ichop 00145 ); 00146 00147 #endif /* ifndef _VCAP_H_ */ 00148