num-traits/src
Anders Kaseorg 7fb887bffc Require Neg for Complex conj and inv
If T is an unsigned integer type, these methods are guaranteed to
overflow unless the result is actually real, so we should disallow
them for the same reason that Neg was removed from these types.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2015-04-03 15:10:44 -04:00
..
bigint.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
complex.rs Require Neg for Complex conj and inv 2015-04-03 15:10:44 -04:00
integer.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
iter.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
lib.rs Fix some doc tests 2015-04-03 10:26:37 -07:00
rational.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
traits.rs Fix some doc tests 2015-04-03 10:26:37 -07:00