isnan and isfinite are macros
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27424 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
645fa87a21
commit
53e8a878e6
@ -198,8 +198,6 @@ extern double copysign(double x, double y);
|
||||
extern double scalbln(double x, long n);
|
||||
extern double scalbn(double x, int y);
|
||||
extern double drem(double x, double y);
|
||||
extern int isnan(double x);
|
||||
extern int isfinite(double x);
|
||||
extern int finite(double x);
|
||||
extern float j0f(float x);
|
||||
extern float j1f(float x);
|
||||
|
Loading…
Reference in New Issue
Block a user