Open RoyCoding8 opened 1 year ago
Yes, a division for large BigInts is currently missing. However I'm not gonna plan to implement a division operation for large integers anytime near, as I currently don't maintain this repository (as I'm no longer actively participate in competitive programming competitions).
a/=b fails if a and b are bigint, i.e, division overloading has not been done bigint/bigint.