impl f{32,64}

This commit is contained in:
Jorge Aparicio 2015-03-13 19:13:35 -05:00
parent 3ab26f8469
commit 8256241d3a
6 changed files with 2472 additions and 1 deletions

View file

@ -78,6 +78,7 @@ use owned_slice::OwnedSlice;
use std::collections::HashSet;
use std::io::prelude::*;
use std::mem;
#[cfg(stage0)]
use std::num::Float;
use std::path::{Path, PathBuf};
use std::rc::Rc;