• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kaidokert / fixed-bigint-rs / 29706081414
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 10:24PM UTC
Jobs 1
Files 60
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jul 2026 10:24PM UTC coverage: 97.652% (+0.006%) from 97.646%
29706081414

push

github

web-flow
Fix overflow panic in FixedUInt::nth_root near the type maximum (#164)

The Newton clamp loops evaluated (x+1)^n with the panicking Nct pow. When
the type width equals the value width, the upper probe overflows: e.g.
FixedUInt<u32,1>::from(u32::MAX).sqrt() reaches x == 65535 and then
computes 65536^2 = 2^32, panicking with "multiply with overflow" instead
of returning 65535. Existing tests dodged this by using carriers wider
than the values (FixedUInt<u32,2> for 32-bit inputs).

19 of 20 new or added lines in 1 file covered. (95.0%)

5489 of 5621 relevant lines covered (97.65%)

7366.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.69
0.69% src/fixeduint/roots_impl.rs
Jobs
ID Job ID Ran Files Coverage
1 29706081414.1 19 Jul 2026 10:24PM UTC 60
97.65
GitHub Action Run
Source Files on build 29706081414
  • Tree
  • List 60
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29706081414
  • 8706d730 on github
  • Prev Build on main (#29705866362)
  • Next Build on main (#29707436618)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc