Stringification of small numbers
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
If a test with small numbers fail, the output is not helpful. We get for example:
```
CHECK( constants::electric == 8.8541878128e-12 )
with expansion:
0.0 == 0.0
```
The output should fall back to exponential format for small numbers.
Contributor guide
Assessment
This issue has not been assessed yet.