Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@dec_str macro #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

@dec_str macro #74

wants to merge 2 commits into from

Conversation

barucden
Copy link
Collaborator

Fixes #26:

julia> dec"1_000.000_001"
1000.000001

Needs #71 to be merged first.

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.03%. Comparing base (db600fe) to head (91fff34).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   97.59%   98.03%   +0.44%     
==========================================
  Files           8       10       +2     
  Lines         166      204      +38     
==========================================
+ Hits          162      200      +38     
  Misses          4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Fixes JuliaMath#26:
```julia
julia> dec"10_000.000_000_1"
10000.0000001
```
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.

parse underscores
1 participant