X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fisgreater.c;fp=functions%2Fmath%2Fisgreater.c;h=0000000000000000000000000000000000000000;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=d9ffdd5ce23daf1fef2025ea84f4b497ba6319cf;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/isgreater.c b/functions/math/isgreater.c deleted file mode 100644 index d9ffdd5..0000000 --- a/functions/math/isgreater.c +++ /dev/null @@ -1,13 +0,0 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- - -// ---------------------------------------------------------------------------- -// C++ - -bool isgreater( float x, float y ) { /* TODO */ }; -bool isgreater( double x, double y ) { /* TODO */ }; -bool isgreater( long double x, long double y ) { /* TODO */ };