/math-c-lib-for-big-numbers

As we know we can not use basic maths operations on numbers which are larger than (2^63) - 1 in c++ so i created a library which supports basic maths operations for big numbers using strings

Primary LanguageC++

Watchers