Function num_integer::average_ceil
source · pub fn average_ceil<T: Average>(x: T, y: T) -> T
Expand description
Returns the ceiling value of the average of x
and y
–
see Average::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.