tail head cat sleep
QR code linking to this page

Manpage  — LGAMMA

BEZEICHNUNG

lgamma() - der Logarithmus der Gamma-Funktion

INHALT

ÜBERSICHT

#include <math.h> 

double lgamma(double x);

BESCHREIBUNG

Die Funktion lgamma() liefert den Logarithmus des Betrages der Gamma-Funktion zurück. Das Vorzeichen der Gamma-Funktion wird in der externen Integerzahl signgam gespeichert.

Ist x negativ, so liefert der Aufruf HUGE_VAL zurück und errno wird auf ERANGE gesetzt.

FEHLER

ERANGE Ungültiges Argument, x war negativ

KONFORM ZU

SVID 3, BSD 4.3

SIEHE AUCH

infnan(3).


4. Juli 1996 LGAMMA (3) GNU

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

… one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
— Robert Firth