Traits§
- Average
- Provides methods to compute the average of two integers, without overflows.
Functions§
- average_
ceil - Returns the ceiling value of the average of
x
andy
– see Average::average_ceil. - average_
floor - Returns the floor value of the average of
x
andy
– see Average::average_floor.