Changeset 1228 for trunk/test/Suite.h


Ignore:
Timestamp:
Mar 13, 2008, 3:48:37 PM (15 years ago)
Author:
Peter
Message:

move of Test Suite to a library and modified equal function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Suite.h

    r1215 r1228  
    8181
    8282  /**
    83      \return true if |a-b| <= N*std::numerical_limits<double>().epsilon()
     83     \return true if \f$ |a-b| <= N * \epsilon * min(|a|,|b|) \f$
     84     where \f$ \epsilon \f$ is std::numeric_limits<double>().epsilon()
    8485  */
    8586  bool equal(double a, double b, unsigned int N=1);
Note: See TracChangeset for help on using the changeset viewer.