Skip to content

Add log10 function#68

Merged
mborland merged 4 commits intodevelopfrom
58
Feb 17, 2026
Merged

Add log10 function#68
mborland merged 4 commits intodevelopfrom
58

Conversation

@mborland
Copy link
Member

Closes: #58

@mborland mborland added this to the v0.1.0 milestone Feb 17, 2026
@mborland mborland self-assigned this Feb 17, 2026
@mborland mborland added the enhancement New feature or request label Feb 17, 2026
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 97.27891% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.5%. Comparing base (c59219b) to head (28980d1).
⚠️ Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/safe_numbers/detail/num_digits.hpp 87.1% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #68     +/-   ##
=========================================
- Coverage     98.6%   98.5%   -0.0%     
=========================================
  Files          105     107      +2     
  Lines         6743    6890    +147     
  Branches      2311    2373     +62     
=========================================
+ Hits          6643    6786    +143     
- Misses          39      43      +4     
  Partials        61      61             
Files with missing lines Coverage Δ
include/boost/safe_numbers/integer_utilities.hpp 100.0% <100.0%> (ø)
test/test_log10.cpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/detail/num_digits.hpp 87.1% <87.1%> (ø)

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 c59219b...28980d1. Read the comment docs.

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

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://68.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

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

2026-02-17 17:24:05 UTC

@mborland mborland merged commit 6fa4177 into develop Feb 17, 2026
36 checks passed
@mborland mborland deleted the 58 branch February 17, 2026 18:05
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.

log10

2 participants