util/mathematics: add rounding and rescaling

This commit is contained in:
lummax
2015-10-25 13:31:51 +01:00
committed by meh
parent 2cf4da707a
commit 03740c31c0
7 changed files with 116 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pub use util::time;
pub use util::frame::{self, Frame};
pub use util::channel_layout::{self, ChannelLayout};
pub use util::option;
pub use util::mathematics::{self, Rounding, Rescale, rescale};
#[cfg(feature = "format")]
pub mod format;