Skip to content

tylawin/Decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decimal Specs

- Behave like built in type
- Header only library
- Max:  18446744073709551615.9999999999999999999
- Min: -18446744073709551615.9999999999999999999
- Resolution:              0.0000000000000000001

Recommended Minimum Requirements

- c++11
- c++4.9.2 / VisualStudio2015

Build Unit Tests

git clone https://github.com/tylawin/Decimal
Linux:
cd Decimal
mkdir build
cd build
cmake ..
make
Run Unit Tests:
source/runTests

License

Apache License 2.0
See LICENSE file for details.

Todo

operator%
test more edge cases...

About

Positive or negative 64bit whole number and 19 base10 digits after decimal point.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors