num-traits/src
Emerentius 59089d9d5c Made it panic on gcd = min_val in debug mode
The additional call to .abs() causes a panic on the min value. There are
no other negative values it can encounter.
Does nothing in release mode
2015-09-11 20:27:06 +02:00
..
bigint.rs Update to rust nightly 2015-08-10 12:11:56 -07:00
complex.rs Remove reduntant Num trait from an impl. 2015-09-04 17:48:31 -04:00
integer.rs Made it panic on gcd = min_val in debug mode 2015-09-11 20:27:06 +02:00
iter.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
lib.rs Make rustc-serialize, bignum, rational, complex into opt-out features 2015-06-02 23:48:06 +02:00
rational.rs Make rustc-serialize, bignum, rational, complex into opt-out features 2015-06-02 23:48:06 +02:00
traits.rs Added Sized trait bound for traits that requite it 2015-08-19 19:11:55 +02:00