strict rationals do not allow 0 denominators. this allows for all the special casing for inf/nan introduced in the last commit to be optimized out, but it does introduce preconditions on construction and division. permissive rationals do allow for 0 denominators, leading to inf/nan special values. permissive rationals have no preconditions (except for values which overflow) and all methods are noexcept.
No files changed.
Files | Coverage |
---|---|
include/gbMath | 100.00% |
test | 100.00% |
Project Totals (53 files) | 100.00% |
1654734827
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.