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

stillwater-sc / universal / 23124174253
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 16 Mar 2026 01:58AM UTC
Jobs 1
Files 622
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

16 Mar 2026 01:29AM UTC coverage: 84.144% (+0.009%) from 84.135%
23124174253

push

github

web-flow
feat(unum1): implement ubound interval arithmetic for unum Type I (#578)

Add ubound class representing closed intervals [lower, upper] of exact
unum values. When a unum has ubit=1 (inexact), it represents the open
interval (x, next_unum(x)). The ubound captures this uncertainty as
a closed interval with computable width.

Features:
- next_exact() / prev_exact(): navigate the unum lattice by computing
  1 ULP in the current esize/fsize configuration
- ubound construction from exact unum (point interval), inexact unum
  (open interval), or explicit lower/upper bounds
- Interval arithmetic: +, -, *, / with proper endpoint computation
  (min/max of all product combinations for * and /)
- Division by interval containing zero produces NaN
- NaN propagation through all operations
- contains(), width(), midpoint(), ispoint() queries
- Interval width decreases with increasing precision (esizesize/fsizesize)

Relates to #196 (ubox visualization)
Resolves #570

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

99 of 110 new or added lines in 1 file covered. (90.0%)

5 existing lines in 2 files now uncovered.

43494 of 51690 relevant lines covered (84.14%)

6097322.47 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
90.0
include/sw/universal/number/unum/ubound.hpp

Coverage Regressions

Lines Coverage ∆ File
3
81.25
0.0% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
2
89.8
-0.57% include/sw/universal/number/posito/posito_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 23124174253.1 16 Mar 2026 01:58AM UTC 622
84.14
GitHub Action Run
Source Files on build 23124174253
  • Tree
  • List 622
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23124174253
  • 7669ffa8 on github
  • Prev Build on main (#23123625508)
  • Next Build on main (#23130614273)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc