A Discrete-Event Network Simulator
API
ns3::int64x64::Int64x64TestSuite Class Reference

Detailed Description

Internal:

Some of these tests are a little unusual for ns-3 in that they are sensitive to implementation, specifically the resolution of the double and long double implementations.

To handle this, where needed we define a tolerance to use in the test comparisons. If you need to increase the tolerance, please append the system and compiler version. For example:

// Darwin 12.5.0 (Mac 10.8.5) g++ 4.2.1
tolerance = 1;
// System Foo gcc 3.9
tolerance = 3;

The documentation for this class was generated from the following file: