Centralize and update docs for floating point comparisons

The new docs mention that Approx is deprecated and should not be
used, and explain the reasons behind it.

Closes #1444
This commit is contained in:
Martin Hořeňovský
2022-10-14 22:14:52 +02:00
parent bdf30834eb
commit 0c962d11b3
4 changed files with 197 additions and 93 deletions

View File

@@ -7,6 +7,7 @@ Once you're up and running consider the following reference material.
Writing tests:
* [Assertion macros](assertions.md#top)
* [Matchers](matchers.md#top)
* [Comparing floating point numbers](comparing-floating-point-numbers.md#top)
* [Logging macros](logging.md#top)
* [Test cases and sections](test-cases-and-sections.md#top)
* [Test fixtures](test-fixtures.md#top)