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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 19 Jul 2026 12:15AM UTC
Jobs 1
Files 695
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

18 Jul 2026 11:39PM UTC coverage: 84.705% (+0.02%) from 84.681%
29665597815

push

github

web-flow
feat(efloat): BBP pi identity-verification demonstration (#1099) (#1148)

* feat(efloat): BBP pi identity-verification demonstration (#1099)

Adds applications/precision/adaptive/mathematical_identities.cpp: evaluates the
Bailey-Borwein-Plouffe series pi = sum 1/16^n (4/(8n+1) - 2/(8n+4) - 1/(8n+5)
- 1/(8n+6)) with the SAME templated summation on double and efloat<16> (512-bit),
checking each against an independent oracle -- efloat_pi(), the stored ~1000-digit
constant (#1142).

double bottoms out at ~15 digits (its ceiling) no matter how many terms are
summed, while efloat gains ~1.2 digits/term: 27 -> 52 -> ... -> 152 digits across
20..150 terms, so it numerically verifies the identity to well over 100 digits
and doubles as an oracle for checking algorithms.

No CMake change: the adaptive glob (#1096) builds it as
adaptive_mathematical_identities. README updated with the new demo row. Builds
and runs on gcc 13.3.0 and clang 18.1.3.

Resolves #1099

* style(efloat): clang-format the BBP demo per project config (CodeRabbit #1148)

Ran the project's clang-format (.clang-format, LLVM-based) on
mathematical_identities.cpp. Note AlignConsecutiveAssignments is enabled, so the
sum/inv16 assignment alignment is kept; the changes are comment spacing, anon-
namespace indentation, joined int main()/catch, and operand line breaks. No
behavior change (double ~15 digits, efloat ~152); builds on gcc and clang.

49479 of 58413 relevant lines covered (84.71%)

6873795.53 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
31.07
-0.36% include/sw/universal/verification/test_suite_randoms.hpp
Jobs
ID Job ID Ran Files Coverage
1 29665597815.1 19 Jul 2026 12:15AM UTC 695
84.71
GitHub Action Run
Source Files on build 29665597815
  • Tree
  • List 695
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29665597815
  • 05a30595 on github
  • Prev Build on main (#29661073235)
  • Next Build on main (#29666532566)
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