Type Definition num_bigint::DoubleBigDigit
[−]
[src]
type DoubleBigDigit = u64;
A DoubleBigDigit is the internal type used to do the computations. Its
size is the double of the size of BigDigit.
Trait Implementations
impl Add<BigUint> for DoubleBigDigit[src]
impl Add<BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: BigUint) -> BigUint[src]
fn add(self, other: BigUint) -> BigUintPerforms the + operation.
impl<'a> Add<&'a DoubleBigDigit> for BigUint[src]
impl<'a> Add<&'a DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &DoubleBigDigit) -> BigUint[src]
fn add(self, other: &DoubleBigDigit) -> BigUintPerforms the + operation.
impl<'a> Add<BigUint> for &'a DoubleBigDigit[src]
impl<'a> Add<BigUint> for &'a DoubleBigDigittype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: BigUint) -> BigUint[src]
fn add(self, other: BigUint) -> BigUintPerforms the + operation.
impl<'a> Add<DoubleBigDigit> for &'a BigUint[src]
impl<'a> Add<DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: DoubleBigDigit) -> BigUint[src]
fn add(self, other: DoubleBigDigit) -> BigUintPerforms the + operation.
impl<'a> Add<&'a BigUint> for DoubleBigDigit[src]
impl<'a> Add<&'a BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &BigUint) -> BigUint[src]
fn add(self, other: &BigUint) -> BigUintPerforms the + operation.
impl<'a, 'b> Add<&'b DoubleBigDigit> for &'a BigUint[src]
impl<'a, 'b> Add<&'b DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &DoubleBigDigit) -> BigUint[src]
fn add(self, other: &DoubleBigDigit) -> BigUintPerforms the + operation.
impl<'a, 'b> Add<&'a BigUint> for &'b DoubleBigDigit[src]
impl<'a, 'b> Add<&'a BigUint> for &'b DoubleBigDigittype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: &BigUint) -> BigUint[src]
fn add(self, other: &BigUint) -> BigUintPerforms the + operation.
impl Add<DoubleBigDigit> for BigUint[src]
impl Add<DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the + operator.
fn add(self, other: DoubleBigDigit) -> BigUint[src]
fn add(self, other: DoubleBigDigit) -> BigUintPerforms the + operation.
impl AddAssign<DoubleBigDigit> for BigUint[src]
impl AddAssign<DoubleBigDigit> for BigUintfn add_assign(&mut self, other: DoubleBigDigit)[src]
fn add_assign(&mut self, other: DoubleBigDigit)Performs the += operation.
impl<'a> Sub<&'a DoubleBigDigit> for BigUint[src]
impl<'a> Sub<&'a DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &DoubleBigDigit) -> BigUint[src]
fn sub(self, other: &DoubleBigDigit) -> BigUintPerforms the - operation.
impl<'a> Sub<BigUint> for &'a DoubleBigDigit[src]
impl<'a> Sub<BigUint> for &'a DoubleBigDigittype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: BigUint) -> BigUint[src]
fn sub(self, other: BigUint) -> BigUintPerforms the - operation.
impl<'a> Sub<DoubleBigDigit> for &'a BigUint[src]
impl<'a> Sub<DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: DoubleBigDigit) -> BigUint[src]
fn sub(self, other: DoubleBigDigit) -> BigUintPerforms the - operation.
impl<'a> Sub<&'a BigUint> for DoubleBigDigit[src]
impl<'a> Sub<&'a BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &BigUint) -> BigUint[src]
fn sub(self, other: &BigUint) -> BigUintPerforms the - operation.
impl<'a, 'b> Sub<&'b DoubleBigDigit> for &'a BigUint[src]
impl<'a, 'b> Sub<&'b DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &DoubleBigDigit) -> BigUint[src]
fn sub(self, other: &DoubleBigDigit) -> BigUintPerforms the - operation.
impl<'a, 'b> Sub<&'a BigUint> for &'b DoubleBigDigit[src]
impl<'a, 'b> Sub<&'a BigUint> for &'b DoubleBigDigittype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: &BigUint) -> BigUint[src]
fn sub(self, other: &BigUint) -> BigUintPerforms the - operation.
impl Sub<DoubleBigDigit> for BigUint[src]
impl Sub<DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: DoubleBigDigit) -> BigUint[src]
fn sub(self, other: DoubleBigDigit) -> BigUintPerforms the - operation.
impl SubAssign<DoubleBigDigit> for BigUint[src]
impl SubAssign<DoubleBigDigit> for BigUintfn sub_assign(&mut self, other: DoubleBigDigit)[src]
fn sub_assign(&mut self, other: DoubleBigDigit)Performs the -= operation.
impl Sub<BigUint> for DoubleBigDigit[src]
impl Sub<BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the - operator.
fn sub(self, other: BigUint) -> BigUint[src]
fn sub(self, other: BigUint) -> BigUintPerforms the - operation.
impl Mul<BigUint> for DoubleBigDigit[src]
impl Mul<BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: BigUint) -> BigUint[src]
fn mul(self, other: BigUint) -> BigUintPerforms the * operation.
impl<'a> Mul<&'a DoubleBigDigit> for BigUint[src]
impl<'a> Mul<&'a DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &DoubleBigDigit) -> BigUint[src]
fn mul(self, other: &DoubleBigDigit) -> BigUintPerforms the * operation.
impl<'a> Mul<BigUint> for &'a DoubleBigDigit[src]
impl<'a> Mul<BigUint> for &'a DoubleBigDigittype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: BigUint) -> BigUint[src]
fn mul(self, other: BigUint) -> BigUintPerforms the * operation.
impl<'a> Mul<DoubleBigDigit> for &'a BigUint[src]
impl<'a> Mul<DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: DoubleBigDigit) -> BigUint[src]
fn mul(self, other: DoubleBigDigit) -> BigUintPerforms the * operation.
impl<'a> Mul<&'a BigUint> for DoubleBigDigit[src]
impl<'a> Mul<&'a BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &BigUint) -> BigUint[src]
fn mul(self, other: &BigUint) -> BigUintPerforms the * operation.
impl<'a, 'b> Mul<&'b DoubleBigDigit> for &'a BigUint[src]
impl<'a, 'b> Mul<&'b DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &DoubleBigDigit) -> BigUint[src]
fn mul(self, other: &DoubleBigDigit) -> BigUintPerforms the * operation.
impl<'a, 'b> Mul<&'a BigUint> for &'b DoubleBigDigit[src]
impl<'a, 'b> Mul<&'a BigUint> for &'b DoubleBigDigittype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: &BigUint) -> BigUint[src]
fn mul(self, other: &BigUint) -> BigUintPerforms the * operation.
impl Mul<DoubleBigDigit> for BigUint[src]
impl Mul<DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the * operator.
fn mul(self, other: DoubleBigDigit) -> BigUint[src]
fn mul(self, other: DoubleBigDigit) -> BigUintPerforms the * operation.
impl MulAssign<DoubleBigDigit> for BigUint[src]
impl MulAssign<DoubleBigDigit> for BigUintfn mul_assign(&mut self, other: DoubleBigDigit)[src]
fn mul_assign(&mut self, other: DoubleBigDigit)Performs the *= operation.
impl<'a> Div<&'a DoubleBigDigit> for BigUint[src]
impl<'a> Div<&'a DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &DoubleBigDigit) -> BigUint[src]
fn div(self, other: &DoubleBigDigit) -> BigUintPerforms the / operation.
impl<'a> Div<BigUint> for &'a DoubleBigDigit[src]
impl<'a> Div<BigUint> for &'a DoubleBigDigittype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: BigUint) -> BigUint[src]
fn div(self, other: BigUint) -> BigUintPerforms the / operation.
impl<'a> Div<DoubleBigDigit> for &'a BigUint[src]
impl<'a> Div<DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: DoubleBigDigit) -> BigUint[src]
fn div(self, other: DoubleBigDigit) -> BigUintPerforms the / operation.
impl<'a> Div<&'a BigUint> for DoubleBigDigit[src]
impl<'a> Div<&'a BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &BigUint) -> BigUint[src]
fn div(self, other: &BigUint) -> BigUintPerforms the / operation.
impl<'a, 'b> Div<&'b DoubleBigDigit> for &'a BigUint[src]
impl<'a, 'b> Div<&'b DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &DoubleBigDigit) -> BigUint[src]
fn div(self, other: &DoubleBigDigit) -> BigUintPerforms the / operation.
impl<'a, 'b> Div<&'a BigUint> for &'b DoubleBigDigit[src]
impl<'a, 'b> Div<&'a BigUint> for &'b DoubleBigDigittype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: &BigUint) -> BigUint[src]
fn div(self, other: &BigUint) -> BigUintPerforms the / operation.
impl Div<DoubleBigDigit> for BigUint[src]
impl Div<DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: DoubleBigDigit) -> BigUint[src]
fn div(self, other: DoubleBigDigit) -> BigUintPerforms the / operation.
impl DivAssign<DoubleBigDigit> for BigUint[src]
impl DivAssign<DoubleBigDigit> for BigUintfn div_assign(&mut self, other: DoubleBigDigit)[src]
fn div_assign(&mut self, other: DoubleBigDigit)Performs the /= operation.
impl Div<BigUint> for DoubleBigDigit[src]
impl Div<BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the / operator.
fn div(self, other: BigUint) -> BigUint[src]
fn div(self, other: BigUint) -> BigUintPerforms the / operation.
impl<'a> Rem<&'a DoubleBigDigit> for BigUint[src]
impl<'a> Rem<&'a DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &DoubleBigDigit) -> BigUint[src]
fn rem(self, other: &DoubleBigDigit) -> BigUintPerforms the % operation.
impl<'a> Rem<BigUint> for &'a DoubleBigDigit[src]
impl<'a> Rem<BigUint> for &'a DoubleBigDigittype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: BigUint) -> BigUint[src]
fn rem(self, other: BigUint) -> BigUintPerforms the % operation.
impl<'a> Rem<DoubleBigDigit> for &'a BigUint[src]
impl<'a> Rem<DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: DoubleBigDigit) -> BigUint[src]
fn rem(self, other: DoubleBigDigit) -> BigUintPerforms the % operation.
impl<'a> Rem<&'a BigUint> for DoubleBigDigit[src]
impl<'a> Rem<&'a BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &BigUint) -> BigUint[src]
fn rem(self, other: &BigUint) -> BigUintPerforms the % operation.
impl<'a, 'b> Rem<&'b DoubleBigDigit> for &'a BigUint[src]
impl<'a, 'b> Rem<&'b DoubleBigDigit> for &'a BigUinttype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &DoubleBigDigit) -> BigUint[src]
fn rem(self, other: &DoubleBigDigit) -> BigUintPerforms the % operation.
impl<'a, 'b> Rem<&'a BigUint> for &'b DoubleBigDigit[src]
impl<'a, 'b> Rem<&'a BigUint> for &'b DoubleBigDigittype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: &BigUint) -> BigUint[src]
fn rem(self, other: &BigUint) -> BigUintPerforms the % operation.
impl Rem<DoubleBigDigit> for BigUint[src]
impl Rem<DoubleBigDigit> for BigUinttype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: DoubleBigDigit) -> BigUint[src]
fn rem(self, other: DoubleBigDigit) -> BigUintPerforms the % operation.
impl RemAssign<DoubleBigDigit> for BigUint[src]
impl RemAssign<DoubleBigDigit> for BigUintfn rem_assign(&mut self, other: DoubleBigDigit)[src]
fn rem_assign(&mut self, other: DoubleBigDigit)Performs the %= operation.
impl Rem<BigUint> for DoubleBigDigit[src]
impl Rem<BigUint> for DoubleBigDigittype Output = BigUint
The resulting type after applying the % operator.
fn rem(self, other: BigUint) -> BigUint[src]
fn rem(self, other: BigUint) -> BigUintPerforms the % operation.
impl Add<BigInt> for DoubleBigDigit[src]
impl Add<BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: BigInt) -> BigInt[src]
fn add(self, other: BigInt) -> BigIntPerforms the + operation.
impl<'a> Add<&'a DoubleBigDigit> for BigInt[src]
impl<'a> Add<&'a DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &DoubleBigDigit) -> BigInt[src]
fn add(self, other: &DoubleBigDigit) -> BigIntPerforms the + operation.
impl<'a> Add<BigInt> for &'a DoubleBigDigit[src]
impl<'a> Add<BigInt> for &'a DoubleBigDigittype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: BigInt) -> BigInt[src]
fn add(self, other: BigInt) -> BigIntPerforms the + operation.
impl<'a> Add<DoubleBigDigit> for &'a BigInt[src]
impl<'a> Add<DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: DoubleBigDigit) -> BigInt[src]
fn add(self, other: DoubleBigDigit) -> BigIntPerforms the + operation.
impl<'a> Add<&'a BigInt> for DoubleBigDigit[src]
impl<'a> Add<&'a BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &BigInt) -> BigInt[src]
fn add(self, other: &BigInt) -> BigIntPerforms the + operation.
impl<'a, 'b> Add<&'b DoubleBigDigit> for &'a BigInt[src]
impl<'a, 'b> Add<&'b DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &DoubleBigDigit) -> BigInt[src]
fn add(self, other: &DoubleBigDigit) -> BigIntPerforms the + operation.
impl<'a, 'b> Add<&'a BigInt> for &'b DoubleBigDigit[src]
impl<'a, 'b> Add<&'a BigInt> for &'b DoubleBigDigittype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: &BigInt) -> BigInt[src]
fn add(self, other: &BigInt) -> BigIntPerforms the + operation.
impl Add<DoubleBigDigit> for BigInt[src]
impl Add<DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the + operator.
fn add(self, other: DoubleBigDigit) -> BigInt[src]
fn add(self, other: DoubleBigDigit) -> BigIntPerforms the + operation.
impl<'a> Sub<&'a DoubleBigDigit> for BigInt[src]
impl<'a> Sub<&'a DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &DoubleBigDigit) -> BigInt[src]
fn sub(self, other: &DoubleBigDigit) -> BigIntPerforms the - operation.
impl<'a> Sub<BigInt> for &'a DoubleBigDigit[src]
impl<'a> Sub<BigInt> for &'a DoubleBigDigittype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: BigInt) -> BigInt[src]
fn sub(self, other: BigInt) -> BigIntPerforms the - operation.
impl<'a> Sub<DoubleBigDigit> for &'a BigInt[src]
impl<'a> Sub<DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: DoubleBigDigit) -> BigInt[src]
fn sub(self, other: DoubleBigDigit) -> BigIntPerforms the - operation.
impl<'a> Sub<&'a BigInt> for DoubleBigDigit[src]
impl<'a> Sub<&'a BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &BigInt) -> BigInt[src]
fn sub(self, other: &BigInt) -> BigIntPerforms the - operation.
impl<'a, 'b> Sub<&'b DoubleBigDigit> for &'a BigInt[src]
impl<'a, 'b> Sub<&'b DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &DoubleBigDigit) -> BigInt[src]
fn sub(self, other: &DoubleBigDigit) -> BigIntPerforms the - operation.
impl<'a, 'b> Sub<&'a BigInt> for &'b DoubleBigDigit[src]
impl<'a, 'b> Sub<&'a BigInt> for &'b DoubleBigDigittype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: &BigInt) -> BigInt[src]
fn sub(self, other: &BigInt) -> BigIntPerforms the - operation.
impl Sub<DoubleBigDigit> for BigInt[src]
impl Sub<DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: DoubleBigDigit) -> BigInt[src]
fn sub(self, other: DoubleBigDigit) -> BigIntPerforms the - operation.
impl Sub<BigInt> for DoubleBigDigit[src]
impl Sub<BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the - operator.
fn sub(self, other: BigInt) -> BigInt[src]
fn sub(self, other: BigInt) -> BigIntPerforms the - operation.
impl Mul<BigInt> for DoubleBigDigit[src]
impl Mul<BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: BigInt) -> BigInt[src]
fn mul(self, other: BigInt) -> BigIntPerforms the * operation.
impl<'a> Mul<&'a DoubleBigDigit> for BigInt[src]
impl<'a> Mul<&'a DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: &DoubleBigDigit) -> BigInt[src]
fn mul(self, other: &DoubleBigDigit) -> BigIntPerforms the * operation.
impl<'a> Mul<BigInt> for &'a DoubleBigDigit[src]
impl<'a> Mul<BigInt> for &'a DoubleBigDigittype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: BigInt) -> BigInt[src]
fn mul(self, other: BigInt) -> BigIntPerforms the * operation.
impl<'a> Mul<DoubleBigDigit> for &'a BigInt[src]
impl<'a> Mul<DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: DoubleBigDigit) -> BigInt[src]
fn mul(self, other: DoubleBigDigit) -> BigIntPerforms the * operation.
impl<'a> Mul<&'a BigInt> for DoubleBigDigit[src]
impl<'a> Mul<&'a BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: &BigInt) -> BigInt[src]
fn mul(self, other: &BigInt) -> BigIntPerforms the * operation.
impl<'a, 'b> Mul<&'b DoubleBigDigit> for &'a BigInt[src]
impl<'a, 'b> Mul<&'b DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: &DoubleBigDigit) -> BigInt[src]
fn mul(self, other: &DoubleBigDigit) -> BigIntPerforms the * operation.
impl<'a, 'b> Mul<&'a BigInt> for &'b DoubleBigDigit[src]
impl<'a, 'b> Mul<&'a BigInt> for &'b DoubleBigDigittype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: &BigInt) -> BigInt[src]
fn mul(self, other: &BigInt) -> BigIntPerforms the * operation.
impl Mul<DoubleBigDigit> for BigInt[src]
impl Mul<DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the * operator.
fn mul(self, other: DoubleBigDigit) -> BigInt[src]
fn mul(self, other: DoubleBigDigit) -> BigIntPerforms the * operation.
impl<'a> Div<&'a DoubleBigDigit> for BigInt[src]
impl<'a> Div<&'a DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &DoubleBigDigit) -> BigInt[src]
fn div(self, other: &DoubleBigDigit) -> BigIntPerforms the / operation.
impl<'a> Div<BigInt> for &'a DoubleBigDigit[src]
impl<'a> Div<BigInt> for &'a DoubleBigDigittype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: BigInt) -> BigInt[src]
fn div(self, other: BigInt) -> BigIntPerforms the / operation.
impl<'a> Div<DoubleBigDigit> for &'a BigInt[src]
impl<'a> Div<DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: DoubleBigDigit) -> BigInt[src]
fn div(self, other: DoubleBigDigit) -> BigIntPerforms the / operation.
impl<'a> Div<&'a BigInt> for DoubleBigDigit[src]
impl<'a> Div<&'a BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &BigInt) -> BigInt[src]
fn div(self, other: &BigInt) -> BigIntPerforms the / operation.
impl<'a, 'b> Div<&'b DoubleBigDigit> for &'a BigInt[src]
impl<'a, 'b> Div<&'b DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &DoubleBigDigit) -> BigInt[src]
fn div(self, other: &DoubleBigDigit) -> BigIntPerforms the / operation.
impl<'a, 'b> Div<&'a BigInt> for &'b DoubleBigDigit[src]
impl<'a, 'b> Div<&'a BigInt> for &'b DoubleBigDigittype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: &BigInt) -> BigInt[src]
fn div(self, other: &BigInt) -> BigIntPerforms the / operation.
impl Div<DoubleBigDigit> for BigInt[src]
impl Div<DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: DoubleBigDigit) -> BigInt[src]
fn div(self, other: DoubleBigDigit) -> BigIntPerforms the / operation.
impl Div<BigInt> for DoubleBigDigit[src]
impl Div<BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the / operator.
fn div(self, other: BigInt) -> BigInt[src]
fn div(self, other: BigInt) -> BigIntPerforms the / operation.
impl<'a> Rem<&'a DoubleBigDigit> for BigInt[src]
impl<'a> Rem<&'a DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &DoubleBigDigit) -> BigInt[src]
fn rem(self, other: &DoubleBigDigit) -> BigIntPerforms the % operation.
impl<'a> Rem<BigInt> for &'a DoubleBigDigit[src]
impl<'a> Rem<BigInt> for &'a DoubleBigDigittype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: BigInt) -> BigInt[src]
fn rem(self, other: BigInt) -> BigIntPerforms the % operation.
impl<'a> Rem<DoubleBigDigit> for &'a BigInt[src]
impl<'a> Rem<DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: DoubleBigDigit) -> BigInt[src]
fn rem(self, other: DoubleBigDigit) -> BigIntPerforms the % operation.
impl<'a> Rem<&'a BigInt> for DoubleBigDigit[src]
impl<'a> Rem<&'a BigInt> for DoubleBigDigittype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &BigInt) -> BigInt[src]
fn rem(self, other: &BigInt) -> BigIntPerforms the % operation.
impl<'a, 'b> Rem<&'b DoubleBigDigit> for &'a BigInt[src]
impl<'a, 'b> Rem<&'b DoubleBigDigit> for &'a BigInttype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &DoubleBigDigit) -> BigInt[src]
fn rem(self, other: &DoubleBigDigit) -> BigIntPerforms the % operation.
impl<'a, 'b> Rem<&'a BigInt> for &'b DoubleBigDigit[src]
impl<'a, 'b> Rem<&'a BigInt> for &'b DoubleBigDigittype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: &BigInt) -> BigInt[src]
fn rem(self, other: &BigInt) -> BigIntPerforms the % operation.
impl Rem<DoubleBigDigit> for BigInt[src]
impl Rem<DoubleBigDigit> for BigInttype Output = BigInt
The resulting type after applying the % operator.
fn rem(self, other: DoubleBigDigit) -> BigInt[src]
fn rem(self, other: DoubleBigDigit) -> BigIntPerforms the % operation.
impl Rem<BigInt> for DoubleBigDigit[src]
impl Rem<BigInt> for DoubleBigDigit