X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fisunordered.c;fp=functions%2Fmath%2Fisunordered.c;h=0000000000000000000000000000000000000000;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=b3b7fadab476d2730242dba3ae2fd2c3d58da93d;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/isunordered.c b/functions/math/isunordered.c deleted file mode 100644 index b3b7fad..0000000 --- a/functions/math/isunordered.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 isunordered( float x, float y ) { /* TODO */ }; -bool isunordered( double x, double y ) { /* TODO */ }; -bool isunordered( long double x, long double y ) { /* TODO */ };