[][src]Function num_integer::average_ceil

pub fn average_ceil<T: Average>(x: T, y: T) -> T

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