X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fisnan.c;fp=functions%2Fmath%2Fisnan.c;h=0000000000000000000000000000000000000000;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=f18be9deb59100fa1981c56846a25f9a06c46adc;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/isnan.c b/functions/math/isnan.c deleted file mode 100644 index f18be9d..0000000 --- a/functions/math/isnan.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 isnan( float x ) { /* TODO */ }; -bool isnan( double x ) { /* TODO */ }; -bool isnan( long double x ) { /* TODO */ };