Skip to content
Snippets Groups Projects
Commit ae1bce99 authored by Lev Walkin's avatar Lev Walkin
Browse files

real_zero moved up

parent c51e7d67
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
#undef INT_MAX
#define INT_MAX ((int)(((unsigned int)-1) >> 1))
#ifndef NAN
static const double real_zero;
#ifndef NAN
#define NAN (real_zero/real_zero)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment