Module noisy_float::prelude[][src]

Prelude for the noisy_float crate.

This includes all of the types defined in the noisy_float::types module, as well as a re-export of the Float trait from the num_traits crate. It is important to have this re-export here, because it allows the user to access common floating point methods like abs(), sqrt(), etc.

Re-exports

pub use crate::types::*;
pub use num_traits::Float;