-
Notifications
You must be signed in to change notification settings - Fork 0
tiantiantianblue/bigint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
it's a bigint class which supports operator+-*/% for integer whose size is only limited by memory. bigint has two kinds of construtors, the first kind receive ints(int, long, long long) , the second kind receive std::string and c-style string. it does not check the validity of input, so you should take care of input by yourself. now it's implemented by vector<int>.
About
a tiny bigint support plus minus mul
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published