O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

gamma, gammaf, gammal: (logaritmus) funkce gama

Originální popis anglicky: gamma, gammaf, gammal - (logarithm of the) gamma function

Návod, kniha: libc math functions

STRUČNĚ

#include <math.h>
 
double gamma(double x);
 
float gammaf(float x);
 
long double gammal(long double x);
 
Link with -lm.

POPIS / INSTRUKCE

For the definition of the Gamma function, see tgamma(3).

*BSD version

4.4BSD and FreeBSD libm have a gamma() function that computes the Gamma function, as one would expect.

glibc version

Glibc has a gamma() function that is equivalent to lgamma() and computes the natural logarithm of the Gamma function. (This is for compatibility reasons only. Don't use this function.)

HISTORY

4.2BSD had a gamma() that computed ln(|Gamma(|x|)|), leaving the sign of Gamma(|x|) in the external integer signgam. In 4.3BSD the name was changed to lgamma(), and the man page promises
 

"At some time in the future the name gamma will be rehabilitated and used for the Gamma function"
 
This did indeed happen in 4.4BSD, where gamma() computes the Gamma function (with no effect on signgam). However, this came too late, and we now have tgamma(), the "true gamma" function.

ODPOVÍDAJÍCÍ

4.2BSD. Compatible with previous mistakes.

SOUVISEJÍCÍ

lgamma(3), signgam(3), tgamma(3)
2002-08-10 GNU
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(8971)