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

stillwater-sc / universal / 29666532566 / 1
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 19 Jul 2026 12:53AM UTC
Files 695
Run time 13s
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 12:11AM UTC coverage: 84.697% (-0.008%) from 84.705%
29666532566.1

push

github

web-flow
feat(efloat): Wilkinson polynomial root-finding demonstration (#1100) (#1149)

Adds applications/precision/adaptive/polynomial_roots.cpp: finds the roots of
Wilkinson's polynomial W(x) = (x-1)...(x-20) (roots 1..20) with the SAME Newton
kernel on double vs efloat<16> (512-bit).

The expanded coefficients reach ~1.4e19 and several exceed 2^53, so storing them
as double perturbs them -- and Wilkinson's roots are famously hypersensitive to
coefficient perturbation. The program expands W exactly in efloat, rounds the
coefficients to double, and asks from each true root i whether i is still a root:
efloat's exact coefficients keep every root at its integer (error 0), while the
double coefficients move the roots off the integers by up to ~1.3e-2 (worst for
the middle roots 13..17). The largest single coefficient rounding error is ~512
(in the x^3 term).

clang-format conformant; no CMake change (the adaptive glob builds
adaptive_polynomial_roots). README updated with the demo row and an explanatory
section (numerical sensitivity + result interpretation) per the acceptance
criteria. Builds and runs on gcc 13.3.0 and clang 18.1.3.

Resolves #1100

49474 of 58413 relevant lines covered (84.7%)

7055373.53 hits per line

Source Files on job 29666532566.1
  • Tree
  • List 695
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29666532566
  • 6f3fb80d on github
  • Prev Job for on main (#29665597815.1)
  • Next Job for on main (#29686084038.1)
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