Searched defs:UNITY_IS_NAN (Results 1 – 1 of 1) sorted by relevance
250 #define UNITY_IS_NAN(n) ((n != n) ? 1 : 0) macro252 #define UNITY_IS_NAN(n) isnan(n) macro