Changes in lemon/math.h [470:81627fa1b007:511:06787db0ef5f] in lemon-1.2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/math.h
r470 r511 61 61 ///Is should be equivalent with std::isnan(), but it is not 62 62 ///provided by all compilers. 63 inline bool is nan(double v)63 inline bool isNaN(double v) 64 64 { 65 65 return v!=v;
Note: See TracChangeset
for help on using the changeset viewer.