macro_rules! round {
($a:expr, $decimals:expr) => { ... };
($a:expr, $decimals:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::round
. See the function documentation for more details.