Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ericmj
/
decimal
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
478
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Actions: ericmj/decimal
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
41 workflow runs
41 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Performance: cut context, digit-count and float-conversion overhead (…
CI
#164:
Commit
437f04c
pushed by
ericmj
27s
main
main
27s
View workflow file
Performance: cut context, digit-count and float-conversion overhead
CI
#163:
Pull request
#241
synchronize by
ericmj
24s
ismaelga:perf-followup
ismaelga:perf-followup
24s
View #241
View workflow file
Performance: cut context, digit-count and float-conversion overhead
CI
#162:
Pull request
#241
synchronize by
ericmj
25s
ismaelga:perf-followup
ismaelga:perf-followup
25s
View #241
View workflow file
Performance (#240)
CI
#160:
Commit
0c0f72c
pushed by
ericmj
22s
main
main
22s
View workflow file
Performance
CI
#159:
Pull request
#240
synchronize by
ericmj
25s
tomciopp:performance
tomciopp:performance
25s
View #240
View workflow file
Re-round coefficient when a rounding carry exceeds precision (#238)
CI
#157:
Commit
eb75d13
pushed by
ericmj
28s
main
main
28s
View workflow file
Re-round coefficient when a rounding carry exceeds precision (#236)
CI
#156:
Pull request
#238
synchronize by
ericmj
24s
b-erdem:fix-rounding-carry-precision
b-erdem:fix-rounding-carry-precision
24s
View #238
View workflow file
Do not round exact values up under :up rounding (#239)
CI
#155:
Commit
466690c
pushed by
ericmj
25s
main
main
25s
View workflow file
Carry the division remainder into rounding as a sticky bit (#236) (#237)
CI
#154:
Commit
a205bec
pushed by
ericmj
23s
main
main
23s
View workflow file
Carry the division remainder into rounding as a sticky bit (#236)
CI
#153:
Pull request
#237
synchronize by
ericmj
28s
b-erdem:fix-div-sticky-rounding
b-erdem:fix-div-sticky-rounding
28s
View #237
View workflow file
Do not round exact values up under :up rounding
CI
#152:
Pull request
#239
synchronize by
ericmj
26s
b-erdem:fix-up-exact-rounding
b-erdem:fix-up-exact-rounding
26s
View #239
View workflow file
Re-round coefficient when a rounding carry exceeds precision (#236)
CI
#150:
Pull request
#238
opened by
b-erdem
25s
b-erdem:fix-rounding-carry-precision
b-erdem:fix-rounding-carry-precision
25s
View #238
View workflow file
Release v3.1.1
CI
#148:
Commit
c273bb4
pushed by
ericmj
22s
main
main
22s
View workflow file
fix: resolve Elixir 1.20 compilation warnings (#235)
CI
#147:
Commit
acdf0b6
pushed by
ericmj
24s
main
main
24s
View workflow file
Fix Elixir 1.20 compilation warnings
CI
#146:
Pull request
#235
synchronize by
gilbertwong96
23s
gilbertwong96:fix/elixir-1.20-warnings
gilbertwong96:fix/elixir-1.20-warnings
23s
View #235
View workflow file
Don't count leading zeros toward parse :max_digits (#232)
CI
#144:
Commit
4c521da
pushed by
ericmj
22s
main
main
22s
View workflow file
Don't count leading zeros toward parse :max_digits
CI
#143:
Pull request
#232
synchronize by
ericmj
25s
ericmj/fix-round-trip-leading-zeros
ericmj/fix-round-trip-leading-zeros
25s
View #232
View workflow file
Don't count leading zeros toward parse :max_digits
CI
#142:
Pull request
#232
opened by
ericmj
28s
ericmj/fix-round-trip-leading-zeros
ericmj/fix-round-trip-leading-zeros
28s
View #232
View workflow file
Release v3.1.0
CI
#141:
Commit
f7934cb
pushed by
ericmj
22s
main
main
22s
View workflow file
Pass opts through to parse from Decimal.new/2 (#227)
CI
#140:
Commit
3e9db1a
pushed by
ericmj
30s
main
main
30s
View workflow file
Pass opts through to parse from Decimal.new/2
CI
#139:
Pull request
#227
synchronize by
ericmj
30s
bkilshaw:new-opts
bkilshaw:new-opts
30s
View #227
View workflow file
Pass opts through to parse from Decimal.new/2
CI
#138:
Pull request
#227
synchronize by
ericmj
31s
bkilshaw:new-opts
bkilshaw:new-opts
31s
View #227
View workflow file
Fix infinite loop in to_integer/1 for zero coefficient (#229)
CI
#137:
Commit
fc1b49b
pushed by
ericmj
27s
main
main
27s
View workflow file
Fix infinite loop in to_integer/1 for zero coefficient
CI
#136:
Pull request
#229
synchronize by
ericmj
30s
ericmj/fix-to-integer-zero-coef
ericmj/fix-to-integer-zero-coef
30s
View #229
View workflow file
Fix infinite loop in to_integer/1 for zero coefficient
CI
#135:
Pull request
#229
synchronize by
ericmj
29s
ericmj/fix-to-integer-zero-coef
ericmj/fix-to-integer-zero-coef
29s
View #229
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.