From 755d0bf04f6bc5a88960b759fbeff6ed789f37b9 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 26 Mar 2002 11:59:29 +0000 Subject: Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. --- lib/msun/src/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/msun/src/math.h') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 1745ffa..108b086 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -153,6 +153,7 @@ double logb(double); double nextafter(double, double); double remainder(double, double); double scalb(double, double); +double tgamma(double); #ifndef __cplusplus int matherr(struct exception *); -- cgit v1.1