X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fnan.c;fp=src%2Fmath%2Fnan.c;h=9e0826c77831ae10215bb4bad6654379b9f59ab4;hp=0000000000000000000000000000000000000000;hb=bf9d9dcaa631db9918452d05c188f01c8e5f537f;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;ds=sidebyside diff --git a/src/math/nan.c b/src/math/nan.c new file mode 100644 index 00000000..9e0826c7 --- /dev/null +++ b/src/math/nan.c @@ -0,0 +1,6 @@ +#include + +double nan(const char *s) +{ + return NAN; +}