Module Name:    src
Committed By:   christos
Date:           Sat May  5 22:07:58 UTC 2012

Modified Files:
        src/include: math.h

Log Message:
oops, forgot to commit: add tgamma and tgammaf


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/include/math.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/math.h
diff -u src/include/math.h:1.57 src/include/math.h:1.58
--- src/include/math.h:1.57	Sun Feb  5 12:57:17 2012
+++ src/include/math.h	Sat May  5 18:07:57 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: math.h,v 1.57 2012/02/05 17:57:17 matt Exp $	*/
+/*	$NetBSD: math.h,v 1.58 2012/05/05 22:07:57 christos Exp $	*/
 
 /*
  * ====================================================
@@ -321,6 +321,8 @@ float	sqrtf(float);
 float	erff(float);
 float	erfcf(float);
 float	lgammaf(float);
+float	tgammaf(float);
+double	tgamma(double);
 
 /* 7.12.9 nearest integer */
 

Reply via email to