Module average
num_
integer
0.1.46
Module average
Module Items
Traits
Functions
In crate num_
integer
Modules
average
roots
Macros
impl_integer_for_isize
impl_integer_for_usize
Structs
ExtendedGcd
IterBinomial
Traits
Average
Integer
Roots
Functions
average_ceil
average_floor
binomial
cbrt
div_ceil
div_floor
div_mod_floor
div_rem
gcd
gcd_lcm
lcm
mod_floor
multinomial
multiply_and_divide
nth_root
sqrt
num_integer
Module
average
Copy item path
Settings
Help
Summary
Source
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
and
y
– see
Average::average_ceil
.
average_
floor
Returns the floor value of the average of
x
and
y
– see
Average::average_floor
.