1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-14 14:44:47 +01:00
Martin Hořeňovský 9e8ae7d470
Use scientific notation for the WithinULP matcher
This should now properly handle small numbers which would previously
output something like `[0.00000000000000019, 0.00000000000000019]`,
which does not allow user to read the numbers properly.

Closes 
2019-10-20 12:30:21 +02:00
..