]> pd.if.org Git - pdclib/blobdiff - functions/math/gamma.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / gamma.c
index 1f032db90d7abba7f3b413d1fa0b9245ef94cb75..7720efaa13c6742ae3ac54e33b56e1c92ed54d0a 100644 (file)
@@ -5,18 +5,6 @@
 // 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
-
 double lgamma( double x ) { /* TODO */ };
 float lgammaf( float x ) { /* TODO */ };
 long double lgammal( long double x ) { /* TODO */ };