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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Jun 2026 09:12PM UTC
Jobs 1
Files 692
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

30 Jun 2026 08:31PM UTC coverage: 84.619% (+0.01%) from 84.607%
28473943872

push

github

web-flow
feat(efloat): implement mathematical exponential library (#1130)

* feat(efloat): consolidate and implement mathematical exponential library (#1119)

Consolidate all exponential functions (exp, exp2, exp10, expm1) into a single, clean
math/exponent.hpp header file.

Prune redundant exp2, exp10, and expm1 declarations from math/pow.hpp to maintain
proper structural namespace layout.

Create exponent.cpp inside elastic/efloat/math/ to verify all exponential functions
against zero-inputs, infinities, NaNs, and small Taylor range cancellation protections.

Resolves #1119
Relates to parent Issue #1092, Epic #1101

* fix(efloat): resolve CodeRabbit review comments on exponent library

Implement the check 'if (term.iszero()) break;' inside the expm1() Taylor series
loop in math/exponent.hpp. This guarantees that when the term underflows to
zero, the loop short-circuits safely, preventing infinite spins and ensuring
clean, standard-compliant convergence.

Resolves #1119, PR #1130

36 of 41 new or added lines in 1 file covered. (87.8%)

8 existing lines in 1 file now uncovered.

49202 of 58145 relevant lines covered (84.62%)

6689095.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
79.17
11.42% include/sw/universal/number/efloat/math/exponent.hpp

Coverage Regressions

Lines Coverage ∆ File
8
93.95
-0.47% include/sw/universal/number/cfloat/cfloat_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 28473943872.1 30 Jun 2026 09:12PM UTC 692
84.62
GitHub Action Run
Source Files on build 28473943872
  • Tree
  • List 692
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28473943872
  • ee4032d7 on github
  • Prev Build on main (#28460029221)
  • Next Build on main (#28489612998)
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