math: add (obsolete) bsd drem and finite functions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <math.h>
|
||||
|
||||
int finitef(float x)
|
||||
{
|
||||
return isfinite(x);
|
||||
}
|
||||
Reference in New Issue
Block a user