Skip to content

address some issues raised concerning half power exponents for meter - #464

Open
phlptp wants to merge 13 commits into
mainfrom
half_power_exponents
Open

address some issues raised concerning half power exponents for meter#464
phlptp wants to merge 13 commits into
mainfrom
half_power_exponents

Conversation

@phlptp

@phlptp phlptp commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Fixes #462

Adds processing for exponents in parenthesis and some other valid decimals as long as they can be defined in the library. and produce errors on others that can't instead of dropping back to multiplication

@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.31250% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.84%. Comparing base (be4a685) to head (6e4aed3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #464      +/-   ##
===========================================
- Coverage   100.00%   99.84%   -0.16%     
===========================================
  Files            9        9              
  Lines         5207     5289      +82     
  Branches      1007     1019      +12     
===========================================
+ Hits          5207     5281      +74     
- Misses           0        8       +8     
🚀 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exponents are parsed by leading digits only: m^0.5, m^(2.5), m^2e3 silently yield wrong units

1 participant