rust/src/libstd/num
bors 3867470feb auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon
BigInt had been supported quot/rem and div/mod correctly, but after merging #5990 they have been broken.
This commit fixes it.
2013-04-22 21:09:49 -07:00
..
bigint.rs libstd: correct bigint's quot/rem, div/modulo 2013-04-23 07:04:05 +09:00
complex.rs Rename Div operator trait to Quot and Modulo operator trait to Rem 2013-04-22 01:58:53 +10:00
rational.rs auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon 2013-04-22 15:36:51 -07:00