COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/math.h

    r487 r470  
    6161  ///Is should be equivalent with std::isnan(), but it is not
    6262  ///provided by all compilers.
    63   inline bool isNaN(double v)
     63  inline bool isnan(double v)
    6464    {
    6565      return v!=v;
Note: See TracChangeset for help on using the changeset viewer.