Query: tgammaf
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TGAMMA(3) libc math functions TGAMMA(3)NAMEtgamma, tgammaf, tgammal - true gamma functionSYNOPSIS#include <math.h> double tgamma(double x); float tgammaf(float x); long double tgammal(long double x);DESCRIPTIONThis function returns the value of the Gamma function for the argument x. It had to be called "true gamma function" since there is already a function gamma() that returns something else. For details, see lgamma(3).CONFORMING TOC99.SEE ALSOlgamma(3), gamma(3)GNU2002-08-10 TGAMMA(3)
| Related Man Pages | 
|---|
| gamma(3) - mojave | 
| lgamma(3) - mojave | 
| lgammaf_r(3) - mojave | 
| lgammal(3) - mojave | 
| tgammal(3) - mojave | 
| Similar Topics in the Unix Linux Community | 
|---|
| How to capture ^x,^y via bash script? | 
| CentOS7 restoring file capabilities | 
| About TODO | 
| Package | 
| Shopt -s histappend |