Template for supporting big numbers with strings in C++
Difference between en2 and en3, changed 0 character(s)
I saw BenQ's template GitHub and saw his ModInt template (https://github.com/bqi343/cp-notebook/blob/master/Implementations/content/number-theory%20(11.1)/Modular%20Arithmetic/ModInt.h) and I was wondering if someone has made a similar template to support huge numbers using strings (which can support every operation that ints or long longs support but the underlying structure is a string).

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English arctano 2024-12-27 23:03:30 0 (published)
en2 English arctano 2024-12-27 23:03:22 29
en1 English arctano 2024-12-27 23:02:50 476 Initial revision (saved to drafts)