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