Trait OverflowingDiv Copy item path Source pub trait OverflowingDiv<RHS = Self> {
type Output ;
// Required method
fn overflowing_div (self, other: RHS) -> (Self::Output , bool );
}
Expand description Divides two numbers.
Returns a tuple of the sum along with a boolean indicating whether an arithmetic overflow
occurred. If an overflow occurred, then the wrapped number is returned.
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .
This is a wrapper over the overflowing_div
functions in the standard library, for
example this one .