Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
isndev
/
decimal_for_cpp
Public
forked from
vpiotr/decimal_for_cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 20, 2020
[fix] added missing include
mbelhadi
committed
2545da2
Copy full SHA for 2545da2
[fix] fixed abs method, removed useless explicit
mbelhadi
committed
5b63cb2
Copy full SHA for 5b63cb2
Commits on Nov 15, 2020
Merge pull request #37 from Frafjord/master
Show description for 617bd4a
vpiotr
authored
617bd4a
Copy full SHA for 617bd4a
make some operators trivial
Frafjord
committed
cf561dd
Copy full SHA for cf561dd
Commits on Nov 14, 2020
Updated tested compiler versions
vpiotr
committed
3062b05
Copy full SHA for 3062b05
Merge pull request #36 from Frafjord/master
Show description for d854196
vpiotr
authored
d854196
Copy full SHA for d854196
fix failing unit test in line 1101
Frafjord
committed
31b6456
Copy full SHA for 31b6456
Commits on Oct 13, 2020
#35 - format specifier for toString/fromString & toStream/fromStream
vpiotr
committed
0c4b79c
Copy full SHA for 0c4b79c
Commits on Oct 12, 2020
Updated cmake for tests
vpiotr
committed
4c0ea73
Copy full SHA for 4c0ea73
Spelling fixes
vpiotr
committed
7d72934
Copy full SHA for 7d72934
Commits on Feb 13, 2019
More precision for assignment from double, float, xdouble, #33
vpiotr
committed
3756333
Copy full SHA for 3756333
Commits on Feb 12, 2019
More precision for construction from double, float, xdouble, see #33
vpiotr
committed
5797f08
Copy full SHA for 5797f08
Commits on Dec 21, 2018
More precise test case description in readme
vpiotr
committed
d205540
Copy full SHA for d205540
Commits on Dec 5, 2018
#32 - better multiplication overflow checking
vpiotr
committed
be9f01e
Copy full SHA for be9f01e
Commits on Sep 23, 2018
One more type level
Show description for 667a000
vpiotr
committed
667a000
Copy full SHA for 667a000
Strong typing and gcc fixes
Show description for 65a7cf5
vpiotr
committed
65a7cf5
Copy full SHA for 65a7cf5
Commits on Aug 27, 2017
Merge pull request #28 from samireu/master
Show description for fa73be4
vpiotr
authored
fa73be4
Copy full SHA for fa73be4
Commits on Aug 14, 2017
Fixed infinite loop problem on "getWithExponent"
Show description for 2ee0229
Samir Zampiva
committed
2ee0229
Copy full SHA for 2ee0229
Commits on Feb 22, 2017
Corrected dec_utils
vpiotr
committed
052890a
Copy full SHA for 052890a
Commits on Feb 19, 2017
Corrected spelling
vpiotr
committed
0f10e98
Copy full SHA for 0f10e98
Removed unused function
vpiotr
committed
7fca80d
Copy full SHA for 7fca80d
Commits on Feb 18, 2017
Removed unused include
vpiotr
committed
92a4991
Copy full SHA for 92a4991
New rounding types plus more tests
vpiotr
committed
4bd85f1
Copy full SHA for 4bd85f1
Merge pull request #27 from Frafjord/master
Show description for 18dd84c
vpiotr
authored
18dd84c
Copy full SHA for 18dd84c
Commits on Feb 12, 2017
Reduce to one method to find possible overflow
Show description for 08ce832
Frafjord
authored
08ce832
Copy full SHA for 08ce832
Commits on Jan 17, 2017
Code reformatted (under Eclipse K&R style)
vpiotr
committed
b2bfd2b
Copy full SHA for b2bfd2b
Imported PR #26 - less corner cases
vpiotr
committed
7477636
Copy full SHA for 7477636
Commits on Sep 25, 2016
Added sign(), more casting and better examples
vpiotr
committed
98287a0
Copy full SHA for 98287a0
Update README.md
vpiotr
authored
b118da5
Copy full SHA for b118da5
Update and rename README.txt to README.md
vpiotr
authored
6bd15a2
Copy full SHA for 6bd15a2
Commits on Sep 23, 2016
corrected in-place division #22
Show description for a73fa52
vpiotr
committed
a73fa52
Copy full SHA for a73fa52
Commits on Sep 19, 2016
Exponent - truly negative value test
vpiotr
committed
4d82f4b
Copy full SHA for 4d82f4b
Mantissa with exponent handling added #21
vpiotr
committed
3affc96
Copy full SHA for 3affc96
Commits on Aug 6, 2016
Merge pull request #19 from reunanen/fix-namespace-to-defined-instead-of-hardcoded
Show description for 641bdc4
vpiotr
authored
641bdc4
Copy full SHA for 641bdc4
use DEC_NAMESPACE instead of hard-coded "dec" to avoid clashes
Show description for 7407b03
reunanen
committed
7407b03
Copy full SHA for 7407b03
Pagination
Previous
Next
You can’t perform that action at this time.