Copyright Digital Equipment Corp. All rights reserved.

tgamma

   Returns the gamma function of its argument.

   This function is supported on OpenVMS Integrity servers and
   Alpha only.

   Format

     #include  <math.h>

     double tgamma  (double x);

     float tgammaf  (float x);

     long double tgammal  (long double x);
 


Additional information available:

Argument        Description     Return_Values