1: double d_cosh(x)
   2: double *x;
   3: {
   4: double cosh();
   5: return( cosh(*x) );
   6: }

Defined functions

d_cosh defined in line 1; never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 413
Valid CSS Valid XHTML 1.0 Strict