Skip to content

Add public decompose operation#1393

Merged
mborland merged 3 commits into
developfrom
decompose
May 18, 2026
Merged

Add public decompose operation#1393
mborland merged 3 commits into
developfrom
decompose

Conversation

@mborland
Copy link
Copy Markdown
Member

Give the user the non normalized representation of the internal value

Closes: #1392

@mborland mborland self-assigned this May 18, 2026
@mborland mborland added the enhancement New feature or request label May 18, 2026
@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://1393.decimal.prtest3.cppalliance.org/libs/decimal/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-05-18 14:40:54 UTC

@mborland mborland merged commit 0b2cffe into develop May 18, 2026
74 of 76 checks passed
@mborland mborland deleted the decompose branch May 18, 2026 18:24
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.5%. Comparing base (4353200) to head (9afcfbe).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1393     +/-   ##
=========================================
+ Coverage     98.4%   98.5%   +0.1%     
=========================================
  Files          288     290      +2     
  Lines        22972   23067     +95     
  Branches      1997    1996      -1     
=========================================
+ Hits         22604   22700     +96     
+ Misses         368     367      -1     
Files with missing lines Coverage Δ
include/boost/decimal/cmath.hpp 100.0% <ø> (ø)
include/boost/decimal/decimal128_t.hpp 95.6% <ø> (ø)
include/boost/decimal/decimal32_t.hpp 95.5% <ø> (ø)
include/boost/decimal/decimal64_t.hpp 94.6% <ø> (ø)
include/boost/decimal/decimal_fast128_t.hpp 96.0% <ø> (ø)
include/boost/decimal/decimal_fast32_t.hpp 97.3% <ø> (ø)
include/boost/decimal/decimal_fast64_t.hpp 97.5% <ø> (ø)
include/boost/decimal/detail/cmath/decompose.hpp 100.0% <100.0%> (ø)
test/test_decompose.cpp 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4353200...9afcfbe. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add public decompose operation that supports cohorts

2 participants