Function num::integer::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.