Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include oops, forgot to commit: add tgamma and tgammaf
details: https://anonhg.NetBSD.org/src/rev/b2e9843852a7
branches: trunk
changeset: 779139:b2e9843852a7
user: christos <christos%NetBSD.org@localhost>
date: Sat May 05 22:07:57 2012 +0000
description:
oops, forgot to commit: add tgamma and tgammaf
diffstat:
include/math.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f25ffa4e5814 -r b2e9843852a7 include/math.h
--- a/include/math.h Sat May 05 21:24:19 2012 +0000
+++ b/include/math.h Sat May 05 22:07:57 2012 +0000
@@ -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 erff(float);
float erfcf(float);
float lgammaf(float);
+float tgammaf(float);
+double tgamma(double);
/* 7.12.9 nearest integer */
Home |
Main Index |
Thread Index |
Old Index