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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 24 May 2026 09:37PM UTC
Jobs 1
Files 657
Run time 2min
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

24 May 2026 05:26PM UTC coverage: 83.977% (-0.003%) from 83.98%
26367934301

push

github

web-flow
feat(ereal): standardize + property coverage for math/functions trig/hyperbolic (#950 cat 3) (#976)

Category 3 of the math/functions refactor (#950): trigonometry.cpp and
hyperbolic.cpp.

Standardization (matches arithmetic/addition.cpp, PR #943):
- anonymous namespace + single `using namespace sw::universal;`
- reportTestCases-gated `std::cout << "    FAIL ..."` (was std::cerr)
- reportTestCases defaults to true
- stripped non-ASCII characters (~=, ^2, <=, pi) from comments

Layer-1 property coverage (oracle-free; self-oracle scoped to #954):
- trigonometry.cpp VerifyTrigonometryFuzz: sin^2+cos^2==1, tan==sin/cos,
  sin/cos parity, asin(sin(x))==x, atan(tan(x))==x, atan2(sin x, cos x)==x
  over the principal domain (-pi/2, pi/2).
- hyperbolic.cpp VerifyHyperbolicFuzz: cosh^2-sinh^2==1, tanh==sinh/cosh,
  sinh/cosh parity, asinh(sinh(x))==x, atanh(tanh(x))==x, sinh monotonicity.

Probing showed all of these hold exactly or to ~1e-16, so the fuzzers use a
1e-13 relative tolerance (with an absolute floor). Existing multi-precision
tests at LEVEL 2-4 are preserved. Both build and pass on gcc-13 and clang-18.

Relates to #944
Relates to #950

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

47320 of 56349 relevant lines covered (83.98%)

8303857.87 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
89.78
-0.55% include/sw/universal/number/posito/posito_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 26367934301.1 24 May 2026 09:37PM UTC 657
83.98
GitHub Action Run
Source Files on build 26367934301
  • Tree
  • List 657
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26367934301
  • 8411b18f on github
  • Prev Build on main (#26367532968)
  • Next Build on main (#26369327839)
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