Move std::num::Integer to libnum

This commit is contained in:
Brendan Zabarauskas 2014-02-17 07:20:01 +11:00
parent 2fa7d6b44f
commit 3a9eca3a7b
12 changed files with 439 additions and 421 deletions

View file

@ -14,6 +14,7 @@ use std::from_str::FromStr;
use std::num::One;
use std::num::Zero;
use std::num::FromPrimitive;
use num::Integer;
use num::bigint::BigInt;
struct Context {