]> pd.if.org Git - pdclib/blobdiff - functions/math/gamma.c
Removed old files.
[pdclib] / functions / math / gamma.c
diff --git a/functions/math/gamma.c b/functions/math/gamma.c
deleted file mode 100644 (file)
index a9dab9d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-double lgamma( double x ) { /* TODO */ };
-float lgammaf( float x ) { /* TODO */ };
-long double lgammal( long double x ) { /* TODO */ };
-
-double tgamma( double x ) { /* TODO */ };
-float tgammaf( float x ) { /* TODO */ };
-long double tgammal( long double x ) { /* TODO */ };