inf and nan propagate naturally with the naive implementation, but require special casing for correct results in the edge cases: having both operands being inf/nan values and division/multiplication with 0. the current implementation ensures that results are consistent with what ieee-754 expects in the same situation, which "is derived from the limiting cases of real arithmetic with operands of arbitrarily large magnitude, when such a limit exists".
No files changed.
Files | Coverage |
---|---|
include/gbMath | 100.00% |
test | 100.00% |
Project Totals (53 files) | 100.00% |
1654692334
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.