tolerance_05.output 336 B

12345678
  1. //[example_output
  2. > tolerance_05
  3. Running 1 test case...
  4. ../doc/examples/tolerance_05.run.cpp(20): error: in "test": check o1 == o2 has failed [ 1 != 0.99]
  5. ../doc/examples/tolerance_05.run.cpp(21): error: in "test": check o1 == d2 has failed [ 1 != 0.98999999999999999]
  6. *** 2 failures are detected in the test module "tolerance_05"
  7. //]