-
-
Notifications
You must be signed in to change notification settings - Fork 31k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Few coverage nitpicks for the math module
- input checks for math_1(L882), math_1a(L916), math_2(L957,L964), hypot(L2614), log(L2207), ldexp(L2061) and dist(L2519,L2520,L2567). - rewrite math_floor like math_ceil (cover L1132) - drop inaccessible "if" branch (L3546) in perm_comb_small() - improve fsum coverage for exceptional cases (L1302,L1321,L1339,L1390), ditto fmod(L2271) - rewrite modf to fix inaccessible case(L2122), ditto for pow(L3016) (all line numbers wrt the main branch)
- Loading branch information
1 parent
1e703a4
commit 3e3807b
Showing
2 changed files
with
35 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters