17712, "lydia-duncan", "Should the BigInteger library provide uint division functions or methods?", "2021-05-12T22:19:23Z"
Today we wrap the versions that take bigint
arguments as methods, but GMP also defines a number of division functions on uints that aren't present in the BigInteger module. Should the BigInteger module provide these?
I lean towards ensuring the GMP module handles it and not worrying about it here, though I can see potentially making a submodule or sibling module that provides faster uint division.