Initial import
This commit is contained in:
7
libc/math/finitef.c
Normal file
7
libc/math/finitef.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#define _GNU_SOURCE
|
||||
#include "libc/math/math.h"
|
||||
|
||||
int finitef(float x)
|
||||
{
|
||||
return isfinite(x);
|
||||
}
|
||||
Reference in New Issue
Block a user