Changeset 558:06787db0ef5f in lemon for lemon/math.h
- Timestamp:
- 02/13/09 16:01:09 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/math.h
r493 r558 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.