]> pd.if.org Git - pdclib.old/blobdiff - functions/math/tan.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / math / tan.c
index 1ed27888dd779f0ba6a6040af38ca53586238cc9..1f539330c59a6203a7c3fa7d500670960acffde3 100644 (file)
@@ -5,15 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-float tan( float x ) { /* TODO */ };
-long double tan( long double x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double tan( double x ) { /* TODO */ };
 float tanf( float x ) { /* TODO */ };
 long double tanl( long double x ) { /* TODO */ };