Move std::num::Integer to libnum
This commit is contained in:
parent
2fa7d6b44f
commit
3a9eca3a7b
12 changed files with 439 additions and 421 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
//! Rational numbers
|
||||
|
||||
use Integer;
|
||||
|
||||
use std::cmp;
|
||||
use std::from_str::FromStr;
|
||||
use std::num::{Zero,One,ToStrRadix,FromStrRadix,Round};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue