X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ftan.c;h=1f539330c59a6203a7c3fa7d500670960acffde3;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=1ed27888dd779f0ba6a6040af38ca53586238cc9;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/tan.c b/functions/math/tan.c index 1ed2788..1f53933 100644 --- a/functions/math/tan.c +++ b/functions/math/tan.c @@ -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 */ };