[][src]Function num::integer::average_ceil

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

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