num::integer

Function average_ceil

Source
pub fn average_ceil<T>(x: T, y: T) -> T
where T: Average,
Expand description

Returns the ceiling value of the average of x and y – see Average::average_ceil.