We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e594325 + 0d7b21e commit 44d467bCopy full SHA for 44d467b
numexpr/numexpr_config.hpp
@@ -48,9 +48,9 @@
48
#include "msvc_function_stubs.hpp"
49
#else
50
/* GCC/Clang version: use std:: (can't use it for windows)
51
-msvc_function_stubs contains windows alternatives
+ msvc_function_stubs contains windows alternatives */
52
/* Due to casting problems (normally return ints not bools, easiest to define
53
-non-overloaded wrappers for these functions) */
+ non-overloaded wrappers for these functions) */
54
inline bool isfinitef_(float x) { return !!::isfinite(x); }
55
inline bool isnanf_(float x) { return !!::isnan(x); }
56
inline bool isfinited(double x) { return !!::isfinite(x); }
0 commit comments