Query: tgamma
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tgamma(3M) tgamma(3M)NAMEtgamma(), tgammaf(), tgammal(), tgammaw(), tgammaq() - true gamma functionsSYNOPSISDESCRIPTIONThe function computes the true gamma function of x. In contrast, the and functions compute the log of gamma. is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. is an version of it takes an argument and returns an result. is equivalent to on HP-UX systems.USAGETo use these functions compile either with the default option or with the and options. To use or compile also with the option. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site:RETURN VALUEIf x and raises the divide-by-zero exception. If x is a negative integer, returns a NaN and raises the invalid exception. If x equals -INFINITY, returns a NaN and raises the invalid exception. If x equals +INFINITY, returns +INFINITY. If x is NaN, returns NaN. returns infinity (equal to in lieu of a value whose magnitude is too large, and raises the overflow and inexact exceptions. raises the inexact exception whenever a rounded result does not equal the mathematical result.ERRORSIf x is a negative integer, sets to [EDOM]. HP-UX functions on Integrity servers do not set by default. For setting, compile with the option.SEE ALSOexp(3M), lgamma(3M), log(3M), math(5).STANDARDS CONFORMANCE: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') HP Integrity Server Only tgamma(3M)
Related Man Pages |
---|
exp2f(3m) - hpux |
exp2l(3m) - hpux |
log2w(3m) - hpux |
log2q(3m) - hpux |
tgammaf(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |