How to use floating point tolerances in the Catch framework?

Viewed 7619

I'm using the Catch test framework.

In the introductory blog post the author mentions the following feature:

  • Floating point tolerances supported in an easy to use way

I couldn't find any documentation on how to do this. How is this done in Catch?

3 Answers
Related