]> pd.if.org Git - pdclib/blobdiff - functions/math/gamma.c
Re-import from Subversion.
[pdclib] / functions / math / gamma.c
index 1f032db90d7abba7f3b413d1fa0b9245ef94cb75..a9dab9d47065b9c26b0f30aeccd1381fcd2c01c6 100644 (file)
@@ -1,21 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-float lgamma( float x ) { /* TODO */ };
-long double lgamma( long double x ) { /* TODO */ };
-
-float tgamma( float x ) { /* TODO */ };
-long double tgamma( long double x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
+/* ----------------------------------------------------------------------------
+ * $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 */ };