Initial import
This commit is contained in:
6
libc/math/nanf.c
Normal file
6
libc/math/nanf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/math.h"
|
||||
|
||||
float nanf(const char *s)
|
||||
{
|
||||
return NAN;
|
||||
}
|
||||
Reference in New Issue
Block a user