diff options
Diffstat (limited to 'lib/msun/src')
-rw-r--r-- | lib/msun/src/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |