<https://github.com/nim-lang/bigints> does not support division for the moment. 
You do not need it to compute with big integer arithmetic library. It does not 
support CRT reconstruction. I would recommend a GNU GMP wrapper library (it is 
a C library) instead. <https://github.com/FedeOmoto/bignum>

Reply via email to